Files larger than 100MB cannot be saved #61
Closed
opened 2 years ago by parkkw472
·
8 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
To do : set the file to save up to 500 MB
Execution environment:
Things I tried:
If I upload a file smaller than 100MB, it works fine, but trying to upload a file larger than 100MB displays a link to the file and appears to have been uploaded normally, but it is not actually being saved. Is there any workaround for this problem?
That's weird, have u checked if u need to change something in apache confs?
On a other note I just realized nothing is actually checking how big a file is before uploading lol, I'll add that seeing as even Pomf had it.
Yes, as I said before, I think I have done all the Apache related settings.
When I see that the file is uploaded to the end, it seems that there is a problem with storing in the server, not Apache.
The Apache log only shows that it was POSTed normally, but no other errors were logged.
Two weeks have passed since the Issue opened.
This problem is still occurring. Is there a workaround?
Works fine on my new installation. From what I see, Uguu does nothing to limit the upload-size, so it's all about your PHP configuration. What does your PHP log say? Do smaller files work?
Small files are saved normally, but large files are not saved. There is no error in the PHP log :(
Is there anything I need to check settings related to saving?
Can you dump ur apache/nginx and php settings so we can take a look?
The best way to get all this info is to post is to run
php -i
in the command line.apache2.conf.txt
php -i.txt
php.ini.txt