The answer... the php.ini did not accept the value 2M. it would, however accept 2097152.
Aaron "Aaron" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to upload files to a server. I have the script and it works on > other servers but when I try to upload to this paticular server, I get the > following: > > Warning: Max file size of 2 bytes exceeded - file [userfile] not saved in > Unknown on line 0 > > > I have checked the php.ini file and the upload_max_filesize = 2M. I checked > with phpinfo and verified that it is set for 2M. > > Any ideas? > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

