php ini upload_max_filesize

The upload_max_filesize directive determines the maximum size, in megabytes, of an uploaded file.

upload_max_filesize = 128M

This directive should be smaller than post_max_size (introduced in the section following the next section) because it applies only to information passed via the file input type and not to all information passed via the POST instance.Like memory_limit, note that M must follow the integer value.





Content