I want to know what is the Maximum upload size in PHP and Apache? Can i upload more than 2GB file through web browser?
upload_max_filesize in your php.ini You may want to check post_max_size as well
check this answer for more details PHP change the maximum upload file size