Uploading a 5GB file?  Srsly?

It's my understanding that file uploads cannot exceed the amount of
available memory (might be an old wives' tale, but it makes sense).  How
much available memory does your server have while it's running everything
else?

Pete

On Wed, Jun 16, 2010 at 12:38 PM, Thomas Harper <[email protected]> wrote:

>
> I'm running a new install of CF9, on IIS 6 on Windows Server 2003.
>
> I need cffileupload to be able to upload large files, in the neighboorhood
> of 5 GB. However, I'm running into some problems, even after I copied the
> CFIDE scripts to a "publically" available directory. The interface works but
> these problems are vexing me:
>
> - Trying to set upload limits greater than 2 GB throws an error a la CF8.
> If I set the max allowable file size in the administrator and the tag to
> 4096 MB, it will always show a "File size cannot exceed 0 MB" error. If I
> set the size in both places to 2000 MB, it works. At 2048 MB it will always
> show a "File size cannot exceed -2048 MB" error. In the urlscan.ini file, I
> have the MaxAllowedContentLength attribute at 3 billion bytes.
>
> - Uploading any file shows an error in the interface and prevents . The IIS
> log entries always show 200, and I use JSON to send back a 200 code and
> "Passed" message like demo sites show.
>
> Is cffileupload mature enough to use outside of development yet? Will 9.0.1
> fix other problems besides the CFIDE directory issue? Thank you.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to