Hello all, Im looking for few weeks for simple dialog or message or some windows that will show a message while the files is uploading. Im not looking for pre-upload (like google) or percents counter or something like that.... JUST SIMPLE windows to show that the files is upload and disaper when they done, PLEASEEEEE. Im using c# to handle the sending (form.aspx.cs)

Recommended Answers

All 3 Replies

in the code file right after your upload method add
Response.write("<script>alert('uploaded');</script>");

thanks for replay but its not what iv'e looking for. this code show message after the files are uploaded im looking for solution to show message while the files are uploading so the user will know that someting is happen (not all user see the explorer progress bar down the page)

ok, remind me, on monday i will answer your question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.