Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading large files issue #104

Open
akulmehta opened this issue Nov 6, 2020 · 2 comments
Open

Uploading large files issue #104

akulmehta opened this issue Nov 6, 2020 · 2 comments

Comments

@akulmehta
Copy link

akulmehta commented Nov 6, 2020

I am relatively new to laravel and GCS so apologies for question if it is naive.

I am trying to allow uploads which are large (>50mb) however, I get an error stating: "413. That’s an error. Your client issued a request that was too large. That’s all we know."
image

I have added the following php.ini file to my root directory for upload to my app engine instance

upload_max_filesize = "256M"
post_max_size = "257M"

and this does increase both parameters on my instance:
image
image

So how can I allow files which are larger to be uploaded?

@ernst77
Copy link

ernst77 commented Jan 29, 2021

I have the same problem... any workarounds?

@akulmehta
Copy link
Author

@ErnestStaug I have still not tried it as I have some time to reach this stage in my project. But I got an answer in Stackoverflow https://stackoverflow.com/a/63650170/7992070
Please let me know if this works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants