RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Phoeun Pha
i may be wrong, but any file with 0KB prolly doesn't exist! -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 12:33 PM To: CF-Talk Subject: Preventing zero-length file uploads to CFFILE Hi all, I stumbled on an odd situatiuon, but need

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Bernd VanSkiver
Sounds like a bug in cold fusion to me. I don't know of any ways to verify file size before uploading. If anyone else does, I would like to know. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Patricia Lee
Use CFTRY CFCATCH to catch the barf -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 1:33 PM To: CF-Talk Subject: Preventing zero-length file uploads to CFFILE Hi all, I stumbled on an odd situatiuon, but need to fix it. IF you

Re: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Ryan
At 13:33 12/13/00 -0500, you wrote: Hi all, I stumbled on an odd situatiuon, but need to fix it. IF you try to UPLOAD a file with CFFILE that is 0 kb in size, CFFILE barfs. How can I restrict this? I can't read the file until it is on my web server to determine the file size. JavaScript can't do

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Dylan Bromby
yep, you're wrong. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 12:13 PM To: CF-Talk Subject: RE: Preventing zero-length file uploads to CFFILE i may be wrong, but any file with 0KB prolly doesn't exist! -Original Message