Sample: resumableupload.html
Refresh frame
Examples home
This sample demonstrates uploading very large files and resumable upload. JavaPowUpload has chuncks upload mode and uploads each file by few requests. Each request can be less than 2 MB. Now you don't worry about server or script request size limitations (settings at php.ini, web.config, etc). JavaPowUpload uploads any file size (10 GB tested) to any server.
JavaPowUpload with chuncks upload mode also supports Resumable upload. Internet connection can be lost during uploading but JavaPowUpload tryes to restart uploading since last chunk.
Server side script creates temporary file and after file uploaded completely it renames it to original name.
For the example you need to specify script URL that accept the files. Open the example in a text editor and specify the property value "Upload.UploadUrl" of JavaPowUpload applet. The value can be:
- For PHP :
Extra/FileProcessingScripts/PHP/resumableandlargeupload.php
(Default value)
- For ASP.NET (C Sharp):
Extra/FileProcessingScripts/ASP.NET/CSharp/resumableandlargeupload.aspx
The file uploader doesn’t work? See here what you need for its proper work.
<<Return to the samples list