I want to accomplish the following scenario:1) user submits a jpg/gif file from an html form (using <input type="file"> in the form, the user can browse to a file of their choice)2) upload the jpg/gif file through a combination of Java and JSP's3) put the jpg/gif into a database on a server and/or into a folder on my local system.
-
Interview Candidate
- Sep 5th, 2005
- 1
- 2109
Showing Answers 1 - 1 of 1 Answers
I want to accomplish the following scenario:1) user submits a jpg/gif file from an html form (using <input type="file"> in the form, the user can browse to a file of their choice)2) upload the jpg/gif file through a combination of Java and JSP's3) put the jpg/gif into a database on a server and/or into a folder on my local system.