File Upload via AJAX within JQuery

前端 未结 5 1789
迷失自我
迷失自我 2020-11-27 21:50

I am new to JQuery AJAX . I want to implement a file upload using a jquery. Will it be possible to make a fileupload with JQuery,AJAX and send it to Servlet which can use ap

5条回答
  •  天命终不由人
    2020-11-27 22:06

    This is not a jQuery solution but take a look at http://www.swfupload.org. I have used that component in the past to give the ajax / flickr like upload interface. Works great and is fairly easy to integrate into your site. There is a ton of demos at http://demo.swfupload.org too.

提交回复
热议问题