Hi ALL
I have a PHP form which enables files to be uploaded at a max size of 5000000 bytes.
However the process will only allow 2Mbytes.
Any Ideas please?
MAXFILESIZE is 5000000
<INPUT TYPE="hidden" NAME="MAX_FILE_SIZE" VALUE="<?php echo $MAXFILESIZE; ?>">