What is the standard way to have people upload large image files (say, 20m) but instead of bouncing the user on a set size limit, simply resize it to fit the constraints?
This is from just an HTML file upload to a PHP script. Thanks!
What is the standard way to have people upload large image files (say, 20m) but instead of bouncing the user on a set size limit, simply resize it to fit the constraints?
This is from just an HTML file upload to a PHP script. Thanks!