Re: file size when uploading multiple files

2006-10-27 Thread Mingo Hagen
I'm also not aware of a way (other then java/flash) to do this client-side. We do it the same way you described (but on the cffile, not on the entire cgi.content_length). daniel kessler wrote: > Is there a way and if not, what do y'all do? ~~

Re: file size when uploading multiple files

2006-10-27 Thread Adrian
f you find it. > > -B > .. > Ben Nadel > Certified Advanced ColdFusion Developer > www.bennadel.com > > > -Original Message- > From: daniel kessler [mailto:[EMAIL PROTECTED] > Sent: Friday, October 27, 2006 8:41 AM > To: CF-Talk > Subjec

RE: file size when uploading multiple files

2006-10-27 Thread Ben Nadel
27, 2006 8:41 AM To: CF-Talk Subject: file size when uploading multiple files I'm uploading multiple files. But before I upload any of the files, I want to see if any one of them is too large for upload. We set a file size limit of 1 meg per file. In the past when I have uploaded files, i

file size when uploading multiple files

2006-10-27 Thread daniel kessler
I'm uploading multiple files. But before I upload any of the files, I want to see if any one of them is too large for upload. We set a file size limit of 1 meg per file. In the past when I have uploaded files, it has been one file per form and I have some code that seems to allow me to check