As a matter of fact yeah, I did. I've even got an open question over in the
cf-talk list (I'm trying to avoid over-OT'ing this list) regarding
disappearing form values with CF4.5.1.
The problem I'm experiencing isn't with the .PDF format, its with the
variable that is supposed to contain the formfield data. It just ain't there
! If i scope it, it dies. If I don't scope it, it doesn't appear to exist.
Alan McCollough
Web Programmer
Alaska Native Medical Center
> -----Original Message-----
> From: Kevin Bridges [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, August 01, 2000 12:45 PM
> To: [EMAIL PROTECTED]
> Subject: RE: formurl2attributes and CFFILE uploads?
>
> Just taking a wild guess, did you move the application to a CF 4.5 server
> as
> well?
>
> That sounds alot like the problem we had because Allaire confused (I'm
> being
> nice) the upload ability when the released 4.5 ... we used cf_autoresize
> as
> a workaround because for some reason it still allows us to upload images
> ...
>
> However, I have no suggestion for pdf docs .... would be really interested
> to know if this is the same problem, and if so has anyone figured out a
> solution?
>
> -----Original Message-----
> From: McCollough, Alan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 01, 2000 3:46 PM
> To: '[EMAIL PROTECTED]'
> Subject: formurl2attributes and CFFILE uploads?
>
>
> 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.
>
> --------------------------------------------------------------------------
> ----
> 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.
------------------------------------------------------------------------------
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.