Using HTML5 and the Blueimp jQuery-File-Upload Plugin To Upload Large Files

One of the most appealing features of the HTML5 File API is that you can pass the file data to the XmlHttpRequest object for uploading to a server. That gives you several advantages. First, it makes the process asynchronous, which means that your browser will still work while you wait for the upload to complete. Second, by taking advantage of the File API's chunking capabilities, you can process large binary files that you might not otherwise be able to, due to both browser and/or server-side restrictions.[More]


Source from :http://www.htmlgoodies.com/html5/other/using-html5-and-the-blueimp-jquery-file-upload-plugin-to-upload-large-files.html#fbid=kZZuFSNsOWr

Comments