Using <input type=file /> with J2EE/MySQL Backend

Posted by Mark Hazlett on Stack Overflow See other posts from Stack Overflow or by Mark Hazlett
Published on 2010-04-08T02:07:03Z Indexed on 2010/04/08 2:13 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

Hey everyone,

I'm wondering how I can hook up an input type=file to send a picture back to a backend servlet that will eventually be stored in a MySQL database as a BLOB? In other words, how can I upload a picture using the input and send that back to the servlet to insert into the database as a BLOB type?

Thanks

© Stack Overflow or respective owner

Related posts about jsp

Related posts about j2ee