Is there any way to determine what the default MAX FILE SIZE upload is set to (the one in the php.ini file) if you don't have access to the php.ini file? I'm trying to figure out why jpg images that are uploaded are getting skewed on my server.
Thanks, Michael.....
Create a file called php_info.php with this code in it:
<? phpinfo(); ?>
Upload it and run it from your browser. It should give you all the info about how php is running, including upload_max_filesize.