Jquery ajax – How to get the file uploading progress status in ajax call?
I am uploading the multiple files through ajax, where i need to keep a progress bar. I am able to get the progress complete status only after all the process done, so i need to keep the progress bar showing…