Upload demo from Basics - webfilepicker

I have been trying to test this demo. The UI says bytes transffered and completes. But I don't see the file anywhere. What is the upload location? I also did a search on the entire hard drive for the file. Did not showup anywhere.
This is the code its executing
webfilepicker1.Files[0].Upload('http:localhost:8000/');

Figured it out. The UploadHandler is a separate project and it uses the port 8088. The fileupload demo has the port coded as 8000. You have to run the UploadHandler and then try the demo.

Also even when the Upload fails it still displays as succeded.

In the demo there was no OnUploadFileAbort / OnUploadFileError event handler implemented to keep it simple.
Error handling is handled via these 2 events and also response codes can be retrieved via OnUploadFileResponseComplete()

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.