Example of resumable upload by
PUT method
.This sample works with
PowUpload ASP.NET control
at server side that is also supports PUT method.
Before using this sample make following steps:
1. Grant NETWORK_SERVICES or ASPNET user for WRITE NTFS permissions to file "FileProcessingScripts/ASP.NET/PowUpload/ResumableUpload.aspx". This is required becouse of then request sent by PUT method to "ResumableUpload.aspx" script server considers this as attempt to overwite script file.
2. Open application
properties
at IIS, Under
"Directory"
tab click
"Configuration..."
button. Select
".aspx"
extensions in the list and click
"Edit..."
button. Add PUT verbs support i.e select
"All verbs"
or limited to
"GET,HEAD,POST,DEBUG,PUT"
Check if your Java Runtime Environment (JRE) compatible with this control
here
Your browser does not support applets. Or you have disabled applets in your options. To use this applet, please install the newest version of Sun's java. You can get it from
java.com
Other examples
View source code