[PHP] Uploading big files

2002-03-27 Thread pierre . marcandella
Hi, I need confirmation on this matter : The scripts I use to upload files work fine until the file exceed 7 M. No specific error message appears. The hidden input MAX_FILE_SIZE is included in the scripts. My scripts are running on php 4.1.2. The php.ini file is set up as follow : max

Re: [PHP] Uploading big files

2002-03-27 Thread Rasmus Lerdorf
> Is it because of the memory_limit that it doesn't work ? Yes > Do I have a way to upload files (over 7M) on the server without increasing the > memory_limit ? Not until PHP 4.2 -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php