aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes multiple file upload AJAX Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "multiple file upload AJAX" Watch "multiple file upload AJAX" New topic
Author

multiple file upload AJAX

Venkata Sirish
Ranch Hand

Joined: Apr 09, 2007
Posts: 112
Hi,

I need a multiple file upload AJAX component. The requirement is each file should able to be uploaded individually with a individual submit button.

Also individual progress bar should be there. I am ready to go ahead with any suggested JavaScript frameworks.

Please let me know at the earliest. Let me know if you are expecting any more inputs from me.

Thanks in Advance for your time and attention.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Ajax doesn't support file upload. You can use jQuery which can "fake it" pretty well. jQuery UI also has a progress bar you can use.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Didn't you do this like 2 years ago: http://www.coderanch.com/t/122416/HTML-JavaScript/AJAX-File-Upload

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: multiple file upload AJAX
 
Similar Threads
Browse/Upload Button
Recursive file upload to a HttpServlet
Struts2: How to do file upload validation programatically ?
File upload using spring mvc 3.0
Multiple attachemnts using java Mail API