cffileupload - 2 GB and up issue
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 this problem even after I copied the CFIDE scripts to a "publically" available directory. 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 5 billion bytes.
