Hi,
I have a custom file upload code and i just wanted to add the Radprogress bar to monitor the fileupload progress.
Since its already a tested code and we have a release nearing we dont want to change to Radupload.
How do i monitor file upload progress?
Am using a simple file upload:
<asp:FileUpload ID="fuRPFileSelect" runat="server" />
In the code behind am using fuRPFileSelect.SaveAs() method for saving the file.
Thanks,
Mani
I have a custom file upload code and i just wanted to add the Radprogress bar to monitor the fileupload progress.
Since its already a tested code and we have a release nearing we dont want to change to Radupload.
How do i monitor file upload progress?
Am using a simple file upload:
<asp:FileUpload ID="fuRPFileSelect" runat="server" />
In the code behind am using fuRPFileSelect.SaveAs() method for saving the file.
Thanks,
Mani