I am deploying a laravel app in my server and I am having a uploading file issues in my app. I want to upload video files to my app but it sometimes fail. I have configed my upload_file_size as 800MB(the maximum) and sometimes my video files are over 1GB, is it possible to make the file size bigger than 1 GB. And also is there a maximum bandwidth for each file upload as I am uploading very big files to the server?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @derek986986,
You should be able to upload bigger files than 800MB, just set the maximum upload filesize to 1GB. Please note you need to increase the post_max_size and the max_input_time as well in order for your upload to works properly.
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.