I have encountered an issue while uploading files to dropbox through my application that is hosted on Heroku. I wanted to upload approx 100MB files and they aren\'t being ho
In case of nginx and PHP FPM the following works:
Add these to nginx config (typically into php-fpm.inc.conf):
php-fpm.inc.conf
php_value[post_max_size]=100M php_value[upload_max_filesize]=100M