且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在asp.net中上传多个图像

更新时间:2023-02-15 19:27:05

参考此链接: -



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.