Hello,
I'm working on a linux box (Redhat 7.1) with php 4.0.6 and I'm trying to send a big file with a script. I tried to change my upload_max_filesize (25M) and execution_time 300) vars in the php.ini file but when I read the vars with a phpinfo() they still at 2M and 30. If the size of the file is less than 2M, I can see it on the server and my script gives me the name and the size of the file but with a 13M file, I can only see the name, the size is always 0...
What can I do to send a 13M file to my server?
Thanks
J-C