vote up 0 vote down star

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

flag

3 Answers

vote up 1 vote down check

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|flag
vote up 0 vote down
<input type="file" name="fileUpload"/>

Or did you want something more?

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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