如何在asp.net中上传多个图像
问题描述:
我想上传多个图片,如gmail(附件文件)。如果我选择一个接一个上传的多个图片,就像gmail一样。
plz rply .. 。
I want to upload Multiple images like gmail (attachment files).means if i select multiple images they upload one after one like gmail.
plz rply...
答
参考此链接: -
http://csharpdotnetfreak.blogspot.com/2012/07/asynchronous-file-upload-jquery-uploadify-aspnet.html [ ^ ]
使用jQuery进行多个文件上传 [ ^ ]
http://www.aspsnippets.com/Articles/Multiple-File-Uploads-Gmail-Style-using-JQuery-and-ASP.Net.aspx [ ^ ]
Refer this links:-
http://csharpdotnetfreak.blogspot.com/2012/07/asynchronous-file-upload-jquery-uploadify-aspnet.html[^]
Multiple File Upload Using jQuery[^]
http://www.aspsnippets.com/Articles/Multiple-File-Uploads-Gmail-Style-using-JQuery-and-ASP.Net.aspx[^]
请参阅:
http://imar.spaanjaars.com/567/uploading-multiple-files-at-once-using-aspnet-45 [ ^ ],
http://www.c-sharpcorner.com/UploadFile/prathore/multiple-file-upload-using-jquery-in-Asp-Net-3-5/ [ ^ ]。
你可以找到更多: http://bit.ly/12WduhU [ ^ ]。
您应该忽略上传特定图像的要求 - 这绝对无关紧要。上传不依赖于文件类型;你可以用同样的方式上传任何东西。-SA
Please see:
http://imar.spaanjaars.com/567/uploading-multiple-files-at-once-using-aspnet-45[^],
http://www.c-sharpcorner.com/UploadFile/prathore/multiple-file-upload-using-jquery-in-Asp-Net-3-5/[^].
You can find some more: http://bit.ly/12WduhU[^].
You should ignore your requirement for uploading specifically images — it is absolutely irrelevant. Upload does not depend on file type; you can upload anything in the same way.—SA
非常感谢Trushnak非常有用的先生。
Thank you very much Trushnak.very helpful sir.