RE: Checking file size before upload.

2001-10-26 Thread Lon Lentz
This is very helpful, and pretty impressive. Thank you. "Ron Hornbaker" <[EMAIL PROTECTED]> wrote in message > Try as I might, I can't get your script to work. I've gone through > replacing hard carriage returns with spaces where they should be (the > message got wrapped), but it's not workin

Re: Checking file size before upload.

2001-10-25 Thread Massimo Foti
"Matt Robertson" <[EMAIL PROTECTED]> wrote in message > Well, is this thing just too cool or what? Works like a charm. Thanks, Massimo! Any compatibility issues with regard to browsers and the js used? No NN 4 and no Mac browsers, but it fails silentely on both cases. The reason why it fails o

Re: Checking file size before upload.

2001-10-25 Thread Matt Robertson
Well, is this thing just too cool or what? Works like a charm. Thanks, Massimo! Any compatibility issues with regard to browsers and the js used? --- Matt Robertson[EMAIL PROTECTED] MSB Designs, Inc., www.mysecretbase.com ---

Re: Checking file size before upload.

2001-10-25 Thread Massimo Foti
"Ron Hornbaker" <[EMAIL PROTECTED]> wrote in message > Try as I might, I can't get your script to work. I've gone through > replacing hard carriage returns with spaces where they should be (the > message got wrapped), but it's not working, and not throwing any errors > with IE5.5. > > Any chance y

RE: Checking file size before upload.

2001-10-25 Thread Lee Fuller
Ditto > -Original Message- > From: Ron Hornbaker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 25, 2001 2:50 PM > To: CF-Talk > Subject: RE: Checking file size before upload. > > > Massimo, > > Try as I might, I can't get your script to w

Re: Checking file size before upload.

2001-10-25 Thread Massimo Foti
"Jon Hall" <[EMAIL PROTECTED]> wrote in message news:022101c15d9b$237615e0 > Wow, after staring at the code scratching my head for a few minutes I > finally think I get the concept of what you are doing. > Basically this is taking the filename and loading the image via a file://url > from the loca

RE: Checking file size before upload.

2001-10-25 Thread Ron Hornbaker
n the web where we could see it work? Or send it to me w/o linewraps off-list: [EMAIL PROTECTED]? Thanks, Ron > -Original Message- > From: Massimo Foti [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 25, 2001 3:32 PM > To: CF-Talk > Subject: Re: Checking file size

Re: Checking file size before upload.

2001-10-25 Thread Jon Hall
with a few modifications. jon - Original Message - From: "Massimo Foti" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 4:31 PM Subject: Re: Checking file size before upload. > > It's feasible, even if it&#

Re: Checking file size before upload.

2001-10-25 Thread Massimo Foti
"Jon Hall" <[EMAIL PROTECTED]> wrote in message news:016501c15d87$53a9a740 > I dont think it is possible with javascript. In order for this to be true, > either the script would need access to the local filesystem, which it does > not...or the browser would store the filesize of the selected file

Re: Checking file size before upload.

2001-10-25 Thread Jon Hall
for an applet like JUpload to be included with ColdFusion as uploading files is always one of the biggest problems developers have. jon - Original Message - From: "Mike Amburn" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 25

RE: Checking file size before upload.

2001-10-25 Thread Mike Amburn
and how would you do it with JavaScript? -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 1:13 AM To: CF-Talk Subject: RE: Checking file size before upload. Javascript. Joseph DeVore VeloxWeb Technologies -Original Message

Re: Checking file size before upload.

2001-10-25 Thread Lewis Sellers
On Thu, 25 Oct 2001 16:51:35 +1000, "Tilbrook, Peter" <[EMAIL PROTECTED]> wrote: >I don't thinks so. At least not with CF as standard. I vaguely recall writing a custom http server and cfx to handle getting raw post data... I believe I intended to allow you to set a byte-limit and have the serve

RE: Checking file size before upload.

2001-10-24 Thread Tilbrook, Peter
I don't thinks so. At least not with CF as standard. Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271-2671 Fax: +61-2-6271-2278 http://www.anzfa.gov.au -Original Message- From: Lon Lentz

Re: Checking file size before upload.

2001-10-24 Thread Massimo Foti
"Lon Lentz" <[EMAIL PROTECTED]> wrote in message > Is there a way to check the size of a file before the server > CFFile-Uploads it? Something like this should help you getting started: WriteOutPut("The selected file's size is greater than the " & #tmtFileSize# & "bytes maximun size

RE: Checking file size before upload.

2001-10-24 Thread Joseph DeVore
Javascript. Joseph DeVore VeloxWeb Technologies -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 1:07 PM To: CF-Talk Subject: Checking file size before upload. Is there a way to check the size of a file before the server CFFile-Uploads it