Asynchronous file upload (AJAX file upload) using jsp and javascript

Posted by Saeros on Stack Overflow See other posts from Stack Overflow or by Saeros
Published on 2009-08-14T09:31:04Z Indexed on 2010/04/23 2:13 UTC
Read the original article Hit count: 464

Filed under:
|
|
|
|

I am planning on having asynchronous file uploads. That is the file should be uploaded to a jsp or servlet and return something to the html/jsp page without reloading the original page. It should happen like an AJAX call. Is there any way to do it in AJAX or any other way to do it.

© Stack Overflow or respective owner

Related posts about html-form

Related posts about JavaScript