Hi,
I want to view the file upload progress when uploading a file to the web server. Currently I'm able to upload the file successfully but i can not monitor the progress. I'm using
VB.NET and ASP.NET. I searched a lot but mostly i can only find components. I also downloaded the NeatUpload component (developed in C Sharp) but can't use it. But i would rather prefer to do it programatically in my own code.
I also came accross the system.web.ui.webcontrols.fileUploadProgress but unfortunately couldn't get how to use it too...
file1.postedfile.contextlength gives the initial size of the file but how can i check the length of the portion that has been uploaded or that of remaining???? please HELPPPPPPPPP !!!!:(
I'll appreciate any help at all in this regard....
Thanx