Is there any free image uploader cont开发者_运维知识库rol for ASP.NET MVC? Thanks.
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?
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
<input type="file" name="fileUpload"/>
Or did you want something more?
精彩评论