Displaying File Upload Progress using jQuery UI Progressbar Widget

While uploading large files you may need to display the progress of the file upload operation to the end user. This can be done using HTML5 and jQuery UI's Progressbar widget. While HTML5 also has progress element that can be used to render a progress bar, jQuery UI's Progressbar widget offers more configuration and theming options. In this post you will use XMLHttpRequest (Level 2) object to upload files to the server. The XMLHttpRequest object now supports file upload related events such as progress that can be used to track file upload progress.

http://www.binaryintellect.net/articles/859d32c8-945d-4e5d-8c89-775388598f62.aspx

 

No Comments