Hi, i have developed a c# code for umbraco which takes some time to upload files from my local disk to remote server. It takes some time to upload.
Is there anyway I can display a nice wait message while script executes and when completes the execution, the wait message disappears. Is there such a function in Umbraco? Or what is the alternate option?
wait message while script is executing
Hi, i have developed a c# code for umbraco which takes some time to upload files from my local disk to remote server. It takes some time to upload.
Is there anyway I can display a nice wait message while script executes and when completes the execution, the wait message disappears. Is there such a function in Umbraco? Or what is the alternate option?
Regards
Nauman
I don't know of anything in Umbraco.
Sounds to me that a upload progress bar would be appropriate. Have a look at http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx for options.
Max
is working on a reply...