1

I am playing around with Asp.net MVC2 and trying to write a page which allows a user to upload a file to a server and then inserts a record of the file into a DB.

So far I have got everything working but I am struggling to workout how to show the user progress of the file upload or to notify them that the file is being uploaded to the server.

Can someone help me and explain the best way of doing this?

Many thanks,

Morris

1
  • It's difficult, and requires client-side scripting (JavaScript or Flash, usually) but there are commercial and free components which do it, e.g., uploadify.com -- have you looked? Commented Jan 13, 2011 at 22:29

1 Answer 1

2

You could use client-side upload controls that support progress. Here's one.

Sign up to request clarification or add additional context in comments.

2 Comments

Note: Don't forget that a Flash component does NOT send (authentication) cookies when uploading files to your server.
Sorry for taking so long to get back to you. Thanks for the ideas about trying these, Ill investigate and let you how I get on with it

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.