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.