File Upload via AJAX within JQuery

前端 未结 5 1782
迷失自我
迷失自我 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条回答
  •  萌比男神i
    2020-11-27 22:30

    I think jQuery Fileuploader Plugin is the best for that. Html5 api is now supported which do the drag and drop and multiple file select. It is platform independent and very easy to install.

    http://pixelcone.com/fileuploader/

提交回复
热议问题