up vote 0 down vote favorite
share [g+] share [fb]

Is there any free image uploader control for ASP.NET MVC? Thanks.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

You can use jQuery/JavaScript file upload scripts. First found:

http://www.uploadify.com/ http://www.fyneworks.com/jquery/multiple-file-upload/

What do you mean by image uploader control? What are your requirements?

link|improve this answer
feedback
<input type="file" name="fileUpload"/>

Or did you want something more?

link|improve this answer
feedback

In this article , Stephen have showed the good example of using silver light upload control for multiple uploading with progress bar in an aspnet MVC application, worth a look: Upload control in aspnet mvc

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.