S
shapper
Hello,
I created a page with an UploadFile control inside a UpdatePanel. I
used the following article:
http://www.codeproject.com/KB/ajax/simpleajaxupload.aspx
Now I want to show a Progress Bar. I found the following jQuery
script:
http://digitalbush.com/projects/progress-bar-plugin
Basically I have a Div in my page and to make the Progress Bar work I
need to do the following:
$("#progressbar").reportprogress(value);
How can I do this from my runtime code to make the bar progress?
Thank You,
Miguel
I created a page with an UploadFile control inside a UpdatePanel. I
used the following article:
http://www.codeproject.com/KB/ajax/simpleajaxupload.aspx
Now I want to show a Progress Bar. I found the following jQuery
script:
http://digitalbush.com/projects/progress-bar-plugin
Basically I have a Div in my page and to make the Progress Bar work I
need to do the following:
$("#progressbar").reportprogress(value);
How can I do this from my runtime code to make the bar progress?
Thank You,
Miguel