Hi all,
I have created a form that allows user to upload excel files to server folder.
However, anything over 2MB won't upload because too large.
How do I allow large files to upload?
Tried changing this but no difference...
<input type="hidden" name="MAX_FILE_SIZE" value="3000000">
Thanks.