Reputation: 21
i am using the multiple file upload plugin using jQuery: http://blueimp.github.com/jQuery-File-Upload/ the Upload handler provided in this plugin is in php. Is there and upload handler with similar features in java/j2ee ? Please let me know in case any one has used it earlier
Upvotes: 2
Views: 2367
Reputation: 3442
try this,
https://github.com/valums/ajax-upload
It has multiple file upload support for old browsers too
Upvotes: 1
Reputation: 100175
You could try jQuery uploadify http://www.uploadify.com/
Upvotes: 0