Report this

What is the reason for this report?

Question of file size and bandwidth

Posted on December 20, 2020

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.