mcmcom
March 21st, 2006, 12:46 PM
:thumbd: Hi all,
i am allowing users to upload files and when they press the "upload" button i want a label, or something to just popup right before the file starts uploading. I've treid Javascript to set labels visible, and i've tried Server side things, like panels, etc. Everything (obviouslly) requires a postback at very least to display something before the upload must start, but i have not been able to figure out a way to order my functions properly to get this to work.
I need some alternatives for my file upload and am begging for some advice.
basically all i want to do is:
1) display something to the user, a <DIV> Tag becoming visible is ideal because it would not require a popup, just some very simple js.
2) after thats displayed, upload the httpPostedFile.
but how can i do that when IsPostBack fires before any button event?!?!
thanks
i am allowing users to upload files and when they press the "upload" button i want a label, or something to just popup right before the file starts uploading. I've treid Javascript to set labels visible, and i've tried Server side things, like panels, etc. Everything (obviouslly) requires a postback at very least to display something before the upload must start, but i have not been able to figure out a way to order my functions properly to get this to work.
I need some alternatives for my file upload and am begging for some advice.
basically all i want to do is:
1) display something to the user, a <DIV> Tag becoming visible is ideal because it would not require a popup, just some very simple js.
2) after thats displayed, upload the httpPostedFile.
but how can i do that when IsPostBack fires before any button event?!?!
thanks