i have a php script which should upload files upto 1GB to server. i am running an windows based server with iis 7.5 installed in it.
i have changed my max upload size to 2 GB, post size is greater than the max upload size and all the required things have been changed.
when i am running the script locally it is working file,
when i uploads the script to server and runs it on server (as i have remote connection to that server) it is working fine but when i tries to run the same script from my browser it fails after 100%.
one more thing that the size of the temp file is not increasing after 7889 KB
and i am getting this error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Check
memory-limit, it used to default to 8MB in old versions of PHP (before 5.2).