Example of resumable upload by PUT method. It works with PowUpload ASP.NET control at server side that also supports PUT method.
Before using this sample make the following steps:
1. Grant NETWORK SERVICE user for WRITE NTFS permissions to file "FileProcessingScripts/ASP.NET/PowUpload/ResumableUpload.aspx". This is required because server considers the request sent by PUT method to "ResumableUpload.aspx" script to be an attempt to overwrite script file.
2. Open application properties at IIS, Under "Directory" tab and 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 browser compatible with File Uploader
Users should have the Sun Microsystems Java Runtime Environment (JRE) software version at least 5 (1.5.0) or enable applets running at browser. Click here to check if your browsers can run JavaPowUpload.

The file uploader doesn’t work? See here what you need for its proper work.

Other examples