You can simply remove the max_file_size input if it is giving you problems.
It isn't really needed. PHP has it's own size limits that it uses.
The max_file_size input is mostly to give the browser a chance to prevent a file upload that is known to be to large.
It isn't really needed. PHP has it's own size limits that it uses.
The max_file_size input is mostly to give the browser a chance to prevent a file upload that is known to be to large.
Comment