开发者

MVC Brettle NeatUpload

Has anyone used NeatUpload for uploading a file with MVC2 or 开发者_运维百科3? Or are there better alternatives?

If NeatUpload is good in combination with MVC can someone post an example? Or if there's a better option can someone tell me about it?


I'm not sure if it's better but SlickUpload can be used for uploading a file with MVC2/3 with some alteration to it's setup. I've found, however, that these solutions were developed for ASP.Net controls and they don't flow as nicely with the MVC pattern.

There is a post on this site that discusses doing it with the MVC design pattern, noting the comments about file size: File Upload ASP.Net MVC


No matter what you use to upload you should use a queue system as you can get bottle necked from taking too many uploads at the same time.Document that will explain more

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜