get_max_upload_size()
get_max_upload_size() : integer
Calculates the actual maximum upload size supported by the server Returns a file size limit in bytes based on the PHP upload_max_filesize and post_max_size
Returns
integer —The maximum upload size supported bythe server, in bytes.