There is no "practical" limit on what you can include in the "submit" form.
I would guess that that error is caused by your CFFILE tag looking like
this:
(incorrect)
<cffile
....
filefield="#FileName#"
>
Instead of This:(correct)
<cffile
....
filefield="FileName"
>
============================
> 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