multiple upload images on c#/jquery

后端 未结 4 1148
旧巷少年郎
旧巷少年郎 2020-12-21 11:47

is there out there any multiple upload images easy to users to upload images like the activex file uploader on facebook.

but free :)

i update my questions i

4条回答
  •  無奈伤痛
    2020-12-21 12:34

    I've successfully used Uploadify with ASP.NET MVC to create a multi-file upload script with automatic image previews all inline with AJAX. One thing to keep in mind if you use Session variables in your upload action being hit by SWFUpload/Uploadify is that Flash gets its own SessionID and anything placed in the Session after a Flash upload request is placed in the Flash Session.

提交回复
热议问题