Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I want to create a HTML form

Status
Not open for further replies.

Jeronimo

Programmer
Aug 2, 2001
12
US
Hi,

I want to create a HTML form where the user can upload an image file. This image file has to be stored in an ORACLE table. I am thinking about something like this:

: <form action=&quot;: method=&quot;post&quot;
: enctype=&quot;multipart/form-data&quot;>
: <input type=&quot;hidden&quot; name=&quot;...&quot; value=&quot;...&quot;>
: Picture_ID: <input type=&quot;text&quot; name=&quot;...&quot; length=5>
: Picture_File: <input type=&quot;file&quot; name=&quot;...&quot;>
: <input type=&quot;Submit&quot; value=&quot;Store Picture Now&quot;>
: </form>

Has anybody ever encountered this problem? Any idea will be greatly appreciated!
Jeron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top