Code:
<?php echo ini_get('upload_max_filesize'); ?>
I don't think so. You could try ini_set(), but I think that by the time the script executes it is too late.
There are other factors which influence the maximum file size that can be uploaded, such as the "post_max_size" setting, and also settings in the web server which may limit maximum upload sizes.