All the examples of using the cffile tag use it with a very simple 
form.  Does anyone know if it is possible to have more stuff in the form 
such as:

<FORM ACTION="uploadfile.cfm" ENCTYPE="multipart/form-data" METHOD=POST>
File to upload: <INPUT NAME="FileName" SIZE=50 TYPE=FILE><BR>
<INPUT TYPE=HIDDEN NAME="FileAction" VALUE="OVERWRITE">
Your Name: <input type="text" name="username"><br>
Your password: <input type="password" name="password"><br>
<INPUT TYPE=SUBMIT VALUE="Upload the File">

Logically it seems like this should work just fine but I get an error 
saying "Filename does not contain an uploaded file."  I guess I just want 
to know for sure someone else has gotten this to work.

--Aimee


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to