Uploadify using multiple files, one mvc controller call

自作多情 提交于 2019-12-12 03:38:27

问题


From all I have read in Stackoverflow and Google, it seems that once again I am forced to work around IE. Since it doesn't support multi, I am forced to use Uploadify or some other 3rd party pluggin. Thanks Microsoft.. I want to verify that there is no way to automatically batch multi-select files into one MVC controller call using Uploadify. I think there are ways whereby a user can add files, then press a button to upload the files, but is this it??? What pluggin will allow a user to select 4 files, close the file browse dialog, then automatically send all of the files in one http post????? thanks


回答1:


You can check the documentation of uploadify, it can select multiple files using multi option.

You can also upload after all the files are queued using auto:false option.

Here is what you can upload after queuing



来源:https://stackoverflow.com/questions/13765994/uploadify-using-multiple-files-one-mvc-controller-call

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!