Re: File Size limit with CFFile?

2002-07-02 Thread Douglas Brown
Well if this is IIS, you can limit the message size through the SMTP settings Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: "Thanh Nguyen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 3:18 PM Subject: File Size limit with CFFile

RE: File Size limit with CFFile?

2002-07-02 Thread Tony Gruen
Thanh, The restriction is primary available system memory on the server (RAM). CFFILE moves the uploaded file into available system RAM BEFORE writing it to the hard drive. If you're running Windows you will probably see an error 1450 come up if the file is too large. Tony Gruen -Original Me

Re: File Size limit with CFFile?

2002-07-02 Thread Kevin Miller
There are three issues with large uploads to the file server. The first is that the page will sometime time out of the upload is too large. The second is that uploads are stored in RAM until they are completed. If you anticipate large uploads, make sure that you have lots of system RAM. Thir

RE: File Size limit with CFFile?

2002-07-02 Thread Matt Liotta
Could be a proxy that limits the size of requests. -Matt > -Original Message- > From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 3:18 PM > To: CF-Talk > Subject: File Size limit with CFFile? > > Is there a limit on the file size using CFFILE? > > I have a

RE: File Size limit with CFFile?

2002-07-02 Thread MW
26 PM > To: CF-Talk > Subject: RE: File Size limit with CFFile? > > Thanh, > The restriction is primary available system memory on the server (RAM). > CFFILE moves the uploaded file into available system RAM BEFORE writing it > to the hard drive. If you're running Windows

RE: File Size limit with CFFile?

2002-07-03 Thread Thanh Nguyen
Matt, That's an interesting way to do it. I'll look into that. Thanks. Thanh -Original Message- From: MW [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:08 PM To: CF-Talk Subject: RE: File Size limit with CFFile? We had a terrible time with CFFile and uploads.

RE: File Size limit with CFFile?

2002-07-03 Thread Matt Liotta
Nguyen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 10:56 AM > To: CF-Talk > Subject: RE: File Size limit with CFFile? > > Matt, > > That's an interesting way to do it. I'll look into that. > > Thanks. > > Thanh > > -Original Me