Page MenuHomePhabricator

Unable to upload (crashes) large files (eg. 20mb) via file application upload section: https://secure.phabricator.com/file/upload/
Closed, DuplicatePublic

Description

It is impossible to upload large file via upload form in https://secure.phabricator.com/file/upload/, whenever you try uploading large file, eg.: 20mb

.
It will crash with:

No configured storage engine can store this file. See "Configuring File Storage" in the documentation for information on configuring storage engines.

Uploading via drag&drop - works as expected, file is chunked and uploaded, arc upload works also.

Event Timeline

This page intentionally has a no-Javascript, no-drag-and-drop upload form for users who use obscure Linux window managers that don't support drag and drop.

The error is misleading here, but means "this file is too large to upload without Javascript / client support". You should be able to upload the file using drag-and-drop, the "Upload File" workflow on Remarkup areas, or arc upload.

T13256 will likely change this text on the page:

Drag and Drop: You can also upload files by dragging and dropping them from your desktop onto this page or the Phabricator home page.

...to something like:

Plain Old Upload Control For Weird Linux Window Managers: This is a basic upload workflow for computers that do not support Javascript or drag-and-drop. It can not be used to upload large files.

...and the error to something like "That file is too large to upload with this plain old form."