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

upload file is broken #12134

Closed
ccjeaty opened this issue Oct 30, 2018 · 2 comments
Closed

upload file is broken #12134

ccjeaty opened this issue Oct 30, 2018 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@ccjeaty
Copy link

ccjeaty commented Oct 30, 2018

Steps to reproduce

  1. upload a large file(size > 1G) from web client(Chrome/edge), or from webdav(windows, copy file to mapping network disk.)
  2. run sha256sum XXX shell script from server in data dir on the upload file, and get checksum from localfile.

Expected behaviour

the server file checksum equivalent local file checksum.

Actual behaviour

checksum not equivalent.

Server configuration

<?php
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => '*,
  'passwordsalt' => '*',
  'secret' => '*',
  'trusted_domains' =>   array (
    0 => '*',
    1 => '*',
  ),
  'datadirectory' => '/var/www/html/data',
  'overwrite.cli.url' => 'http://*:9000',
  'dbtype' => 'mysql',
  'version' => '13.0.7.2',
  'dbname' => 'nextcloud',
  'dbhost' => '172.17.0.1',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => '*',
  'installed' => true,
  'loglevel' => 2,
  'maintenance' => false,
);

Operating system:
server run on centos7, client is win10

Web server:
apache

Database:
mysql

PHP version:

PHP 7.2.11 (cli) (built: Oct 16 2018 00:40:40) ( NTS )

Nextcloud version: (see Nextcloud admin page)
nextcloud:13-apache (Docker)

Updated from an older Nextcloud/ownCloud or fresh install:
fresh install

Where did you install Nextcloud from:
Docker

but IE11 is work ok.

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #1173 (Upload to shared folder broken), #10184 (Uploading medium size files fails), #2331 (file upload conflict dialog broken), #11460 (Upload gets stuck when uploading many files), and #1371 (No file-uploading possible at all).

@skjnldsv
Copy link
Member

skjnldsv commented Sep 9, 2020

As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen.

@skjnldsv skjnldsv closed this as completed Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

3 participants