Posted by Philipp Heckel on 09/03/05 14:53
Hi Mike,
there is a php-setting called "upload_max_filesize". you can set it via
editing php.ini or the ini_set()-function in your script.
it is also possible to use the browser to control max-uploaded size:
<input type="hidden" name="MAX_FILE_SIZE" value="30000">
please read php.net: http://www.php.net/manual/en/features.file-upload.php
Greets,
Philipp
[Back to original message]
|