Aimee:
You really shouldn't pass attributes for a cf tag in a form, url, or in any other way
that would allow someone to tamper with them.
Are you trying to set the NAMECONFLICT tag for the cffile UPLOAD action? If so, why
not set it on the called page, where it is secure?
If this isn't what you are talking about, can you be a bit more clear about the phrase:
"Does anyone know if it is possible to have more stuff in the form" ?
- Andy
> -----Original Message-----
> From: Aimee Abbott [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 06, 2001 8:00 PM
> To: CF-Talk
> Subject: CFFILE tag
>
>
>
> 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