Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I wants to save file into database. As its all ajax application, i want upload/save the file using jquery ajax. I done as a normal POST to servlet, and servlet to to java class, exception occurs.

java.io.FileNotFoundException

Its preferable for me to do without using any plugin. Thanks in advance.

share|improve this question
If you gave us some more details about the FileNotFoundException we could probably help you with that. The full stack trace and offending code would be useful. – Beau Grantham Dec 22 '11 at 13:37
Without a plugin? Using Ajax? You'll need to use an iframe. See this or a ton of other stuff on the web, and consider using a plugin. – Dave Newton Dec 22 '11 at 13:43
possible duplicate of How to send a file to a servlet via AJAX – BalusC Dec 27 '11 at 13:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.