I'm having a problem here...

I'm renovating a non-fusebox app over to glorious fusebox status, and have
hit a wall...

One portion of the app, that worked fine prior to Fuseboxing, lets users
upload PDF documents, using  a <INPUT type="FILE" name="thefile"> button to
include files within a form.
On the receiving end, there is some CFFILE stuff, as follows:

<cffile action="upload"
destination="Z:\squid"
filefield="thefile"
nameconflict="makeunique"
accept="application/pdf"
attributes="ReadOnly">

Anyhow, this now bombs out, with an error of "The form field specified in
the CFFILE tag (THEFILE) does not contain an uploaded file".

If I change the CFFILE to read "filefield="attributes.thefile", I bomb out
again with:
"In order to upload a file from a form submission you must specify a
FILEFIELD attribute to indicate which form field contains the uploaded
file."

Any ideas? I believe (probably wrongly) that formurl2attributes is somehow
killing the file stored within the "thefile" form variable.


Alan McCollough
Web Programmer
Alaska Native Medical Center

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to