Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files uploaded into a file drop share are not being broken into chunks #12206

Closed
Emi94 opened this issue Nov 2, 2018 · 2 comments
Closed

Files uploaded into a file drop share are not being broken into chunks #12206

Emi94 opened this issue Nov 2, 2018 · 2 comments

Comments

@Emi94
Copy link

Emi94 commented Nov 2, 2018

Steps to reproduce

  1. Share a folder by link for file drop
  2. Upload a file at the link provided by the share

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

@nextcloud-bot
Copy link
Member

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).

@MorrisJobke
Copy link
Member

Duplicate of #4109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants