Reputation: 3134
I want to implement a progress bar for file upload. I searched a lot and found many of them to be complex. I needed to do a class assignment only and so require to implement the progress bar using jQuery UI. I'm not able to get how to implement this and how to find the file upload status percentage. I see lot of similar questions in SO but they all use some kind of packages which we need to use directly, but I've to use only jQuery or jQuery UI but not ready made packages.
Any pointers will be helpful.
Upvotes: 0
Views: 835
Reputation: 3856
fine uploader http://fineuploader.com/ will provide you with a cross browser compatible way to deal with uploads as well as an API that includes a way to create a progress bar.
Upvotes: 2