You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the upload the file should be broken into chunks of 10MB while the file is being written into the temporary directory
Actual behaviour
The file is being uploaded entirely into the temporary folder, and just when finished it is being moved into the actual Nextcloud data folder. Since I have the Nextcloud data folder on a separate partition, when uploading a big file the root partition is being filled up and the upload fails. Note: this doesn't happen when uploading directly into my personal folders, just on a file drop share.
Server configuration
Operating system: Ubuntu 16.04
Web server: Apache 2.4.18
Database: PostgreSQL 9.5
PHP version: 7.0
Nextcloud version: 14.0.3
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #8802 (Chunked upload not working (Files larger than 10MB)), #12134 (upload file is broken), #673 (Resume chunked uploads), #1173 (Upload to shared folder broken), and #2331 (file upload conflict dialog broken).
Steps to reproduce
Expected behaviour
During the upload the file should be broken into chunks of 10MB while the file is being written into the temporary directory
Actual behaviour
The file is being uploaded entirely into the temporary folder, and just when finished it is being moved into the actual Nextcloud data folder. Since I have the Nextcloud data folder on a separate partition, when uploading a big file the root partition is being filled up and the upload fails. Note: this doesn't happen when uploading directly into my personal folders, just on a file drop share.
Server configuration
Operating system: Ubuntu 16.04
Web server: Apache 2.4.18
Database: PostgreSQL 9.5
PHP version: 7.0
Nextcloud version: 14.0.3
The text was updated successfully, but these errors were encountered: