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_execution_time = 10000
        memory_limit = 8388608
        post_max_size = 30M
        file_uploads = On
        upload_tmp_dir =
        upload_max_filesize = 30M

Is it because of the memory_limit that it doesn't work ?
Do I have a way to upload files (over 7M) on the server without increasing the 
memory_limit ?

Thanks for your help.

Pierre

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to