enctype=multipart ....

windows

Guest
I want to use a form to allow a user to input details of an image - display title, alt text (i.e. onMouseOver), choose a category from a drop-down and also a file upload field. I'm told to do the file upload field I need to use 'enctype=multipart/form-data' in my <FORM> tag. Is it possible to contain all these types of field in one form, or will I need to use two or more?<br />
<br />
FYI - the form will post the data to a PHP script which will then move the file to a directory on the server, and save the details along with its new path and filename to a MySQL database.<!--content-->
 
Back
Top