I am trying to uplaod a 3 MB file to a server running apache and PHP. I seem to hitting a 1.7 MB limit on the file size. I do not have max_file_size set in my php.ini.
Not having upload_max_filesize set (which I assume is the setting you are referring to) will cause PHP to use the default value of 2MB. Try setting it and see what happens.
-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php