Active Scripting (JavaScript) should be enabled in your browser for this application to function properly!
This is example of chunk upload. Each file can be uploaded my small chunks.
This way has some advantages:
Large files can be uploaded and you don't need to increase request size settings at php.ini or web.config, etc. You can set max size of chunk 2 MB - such sample will work with default server settings.
No cookie pass Adove Flash bug. If you upload by chunks firefox send cookies correctly. Most competitive Flash upload controls uploads whole file in request and therefor has cookie bug. See more info at Lost session or authentication info inside troubleshooting.
Resumable upload starting from last uploaded chunk. MultiPowUpload uploades fils even is Internet connection is broken for some time.
User can stop upload and continue uploading from last chunk.
For uploading by chunks file is loaded to the RAM. Adobe Flash guarantees 100 MB files uploading by this method but at most PC files even 500 MB works correctly. MultiPowUpload shows warning window if file is too large for chunk upload.
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 "uploadUrl" of MultiPowUpload object. The value can be:
For PHP : FileProcessingScripts/PHP/chunkupload.php(Default value)
For ASP.NET (C Sharp): FileProcessingScripts/ASP.NET/CSharp/chunkupload.aspx
For ASP.NET (VB): FileProcessingScripts/ASP.NET/VBNET/chunkupload.aspx
Chunk upload method :
You need at least 10 version of Flash player!
The file uploader doesn’t work? See here what you need for its proper work.