Page MenuHomePhabricator

How to add large files into Phabricator?
OpenPublic

Asked by remusvrm on Feb 27 2017, 3:47 PM.
Tags
Referenced Files
F3433154: storage_mysql.png
Feb 28 2017, 9:07 AM
Subscribers
None

Details

I tried to add a large file into Phabricator and I got this error message:

Request Entity Too Large

The requested resource
/file/upload/
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.

I updated storage.mysql-engine.max-size to a larger number, but still doesn't work. There is a Global Default key, but I didn't find from where to update it .
I also have storage.local-disk.path configured. For this I didn't find a limit of the files.

storage_mysql.png (325×1 px, 26 KB)

Answers

chad
Updated 2,614 Days Ago

Use drag and drop upload, and not the form button upload.

avivey
Updated 2,613 Days Ago

"413 Request Entity Too Large" means the webserver's upload limits are too small - see secure.phabricator.com/book/phabricator/article/configuring_file_storage/#configuring-upload-limit

New Answer