> OK this CFMx error has confused me.
> 
> This is the code
> 
> 20:   <cffile action="UPLOAD" filefield="bigimage" 
> destination="#request.galleryUpload#" nameconflict="MAKEUNIQUE">
> 21:   <cfset BigFileName = File.ServerFile>
> 22:   <cffile action="UPLOAD" filefield="thumbnail" 
> destination="#request.galleryUpload#thumbnails\" 
> nameconflict="MAKEUNIQUE">
> 23:   <cfset ThumbFilename = File.ServerFile>
> 
> I am getting the following erro for line 23, which is obviously crap
as the error does not relate to anything.
Variable BIGFILENAME is undefined.
There is also a try/catch block around this code which is being
completely ignored.

Granted it's late and I have had a few drinks, but I'm not pissed enough
to cockup such a simple bit of code I think.

Russ



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to