How should I implement a progress indicator gif for an process which is importing data.
On the click of a button, the user browses the input file, selects and clicks on upload button. When the upload button is clicked the progress indicator gif should be displayed. If the file path is empty the progress indicator should not start. Is it possible to disable the page. I am using asp.net mvc 3
Thanks