If I'm not mistaken, most web servers have a file upload limitation, to usually around 4MB. I know this is true for Apache. Of which you may modify in the config files of course...
----- Original Message ----- From: "Joe Eugene" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 1:39 PM Subject: RE: File upload module > Think AspUpload works the same way as CFFILE. It has to be an ActiveX > control > or some downloaded to the Client machine that can veryify the file size on > the Clients machine. > > Joe > -----Original Message----- > From: Tony Schreiber [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 12:51 PM > To: CF-Talk > Subject: Re: File upload module > > > I don't know if that's possible. What you're asking for would require the > web server (or cf) to know how big the file is BEFORE it's uploaded OR to > be able to stop an upload in progress when it reaches a certain size > limit... > > > Well, the file is stored in RAM until the upload is complete, is it not? I > > don't want someone to accidentally upload a 50MB file. I suppose I'd like > > something that has a bit more functionality as far as being able to set > file > > size limits, file types, etc - out of the box. > > > > ----- Original Message ----- > > From: "Paul Giesenhagen" <[EMAIL PROTECTED]> > > > > > > How is cffile not reliable for you? > > > > > > Paul Giesehagen > > QuillDesign > > > > > Hello, > > > > > > Has anyone seen a CFX that provides more functionality that <cf_file> ? > I > > > need something more reliable, and I'd rather not deal with something > like > > > ASP_Upload. We are running 4.5 on Windows. Thanks much! > > > > > > > > > > > > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

