OK it was stupid cfsyudio saving the file sin totally the wrong place so wasn't updating the files I was actually saving.
> -----Original Message----- > From: Snake Hollywood [mailto:[EMAIL PROTECTED] > Sent: 07 July 2003 00:15 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] RE: Bloody CFMx errors > > > > > 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] > > -- ** 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]
