I need to program the system where user can select multiple files from the windows
- User selects Multiple files with browser
- The web page shows the all filenames in list
- Then when user click on start upload
- Then i see the progress bar in front of each file and also size in KB showing how much has been uploaded . Like google basic file upload in google docs
Currently i know only how to upload single file with django but i have no idea how should i start with this