Best php file settings for big file uploads #15439
Unanswered
JulieVelghe
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Are you able to upload the same file to the same bucket using the same security policy using the Google Cloud CLI? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I was wondering what the best php settings are for big file uploads in craft.
My current situation is as follows. I have website that has a connection to google cloud storage for video and audio files.
I've succesfully uploaded smaller audio files of, lets say, 8MB. However, when I try to upload a big file, 484MB, I'm getting an upload failed:
Image above shows the message in the cms, when I try to upload via a form, I get an Internal Server Error.
My php settings seems ok to me:
in general.php I have
->maxUploadFileSize('512M')
Any clue what I'm missing here? I've searched the logs for any errors, but I don't find any errors that would indicate that my php values are to low.
Is there any setting in Google Cloud storage that could prevent these uploads from happening? (I don't have much experience there)
Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions