Topic: html error 200 on large files
This is probrable something extremely simple as I am an old school asp programmer and know very little about php..
Anyway I am running windows server 2008 enterprise, I setup the latest version plupload with all defaults except in the upload.php changed the variable for the upload path and max filesize to "0".
It accepts uploads as big as 1 gigabyte but the next size I tried was 2.2 GB and it throws html error 200 and the file is noti n the upload directory.. Is there somewhere else I need to set a file size limit or is there an actual file size limitation that is unsettable? As far as I know the OS is set to unlimited, I sent the exact same files up through FTP with no problems. And we have an aspuploader that is working with huge files as big as 8GB but has no progress indicator, so people get pissed when it doesn't work and prefer the ftp method. I'm trying toget away from ftp as we need to force them to fill out form data with the uploads and put that into the database..Which is why I am looking into php and plupload.