When i'm trying to upload a 5MB file to a server, i get this error message:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
FATAL: erealloc(): Unable to allocate 5872001 bytes
but the script work with a smaller file.
The Server is running WIN98, PWS, PHP3
and the php.ini path setting is:
upload_tmp_dir = d:/temp/
upload_max_filesize = 10000000
Pls help!
Thx