Ok, it gets better. I believe it isn't due to formurl2attributes at all.
Get this...
IF I do nothing more than create an application.cfm file, and move the
CFAPPLICATION from app_globals over to application.cfm, everything works
fine.
IF I move it back from application.cfm over to app_globals, it bombs.
Mind you, I call app_globals right away at the top of my index.cfm, so it is
getting invoked presistently.
I think that there is some sort of hard-wired component within the CFAS
regarding parsing out multipart forms from CFFORM. Its just not gonna 'do
it' without application.cfm being there.
Alan McCollough
Web Programmer
Alaska Native Medical Center
> -----Original Message-----
> From: McCollough, Alan [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, August 01, 2000 1:20 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: formurl2attributes and CFFILE uploads?
>
> 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.
------------------------------------------------------------------------------
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.