Hi, quick one. I was going through Ben Forta's book on how to make file 
upload forms, and unfortunately the code does not include how to add the 
BROWSE button so one can select the right file on one's hard drive 
visually. That portion is missing from his example and there is no sample 
of that example on the CD either:(

The code I have thus far is:

<form action="upload.cfm"
method="POST"
enctype="multipart/form-data">
File: <input type=FILE" NAME="File"><BR>
<INPUT TYPE="SUBMIT">
</FORM>

but again without the BROWSE button to select a file, its not that helpful. 
Does anyone here know how to add that to this form?

Thanks in advance.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to