Page MenuHomePhabricator

Upload limit for local-disk storage
Closed, ResolvedPublic

Description

I set my configuration for file upload up to 32 Mb (post_max_size = 32M, upload_max_filesize = 32M).

phabricator-domain/applications/view/PhabricatorFilesApplication/ shows me an upload limit of 8Mb.

ph-conpherence2.png (288×1 px, 23 KB)

It seems to be the same problem as mentioned on StackOverflow.

If this is only possible via drag-and-drop, how can I add binaries (or pdf files or images) to my git repo which are larger than 8 Mb?

Event Timeline

maxie updated the task description. (Show Details)
maxie added a project: Files.
maxie added a subscriber: maxie.

What's the actual error you've encountered when trying to add such a file?

maxie claimed this task.

Now the upload of large files (> 8Mb) works by splitting in chunks via git push. Apparently, the changes for local file storage were not saved before.