HTML5 and Blueimp jQuery-File-Upload Plugin Event Handling - 0 views
-
Gary Edwards on 16 Feb 12in the Using HTML5 and the Blueimp jQuery-File-Upload Plugin To Upload Large Files article, uploading files in HTML5 is a complex enough undertaking that it's worth your while to use a plugin rather than try to write everything yourself. That article provided an overview of how the Blueimp Plugin works and how to achieve a minimal setup to get up and running quickly. By contrast, today's follow-up will be a lot more code intensive as we'll be writing the event handlers to display file information, image thumbnails, and individual file progress bars. Creating a Chunked Upload