jQuery upload plugin to work with JSP/Java

℡╲_俬逩灬. 提交于 2019-12-06 09:32:27

You can try:

https://github.com/blueimp/jQuery-File-Upload

Pretty nice & simple

It's not jQuery but this is quite nice.

http://digitarald.de/project/fancyupload/

Also YUI has an uploader.

I've had success with this one:

http://malsup.com/jquery/form/

Allthough this is not a JQuery plugin, I can recommand SwfUpload for this kind of functionality. It's a combination of Flash and javascript which allowed me to do exactly what I wanted to without having to worry about the "upload"-part.

Try jqUploader : it's written in pure jquery plugin style and uses a flash file to display a progress bar. Very easy to implement.

You may try: plupload. It's back-end independent, and cross-browser.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!