Bläddra i källkod

Merge pull request #45035 from nextcloud/enh/noid/fix-chunked-upload

fix: chunked upload leading to 0-byte files
pull/42800/merge
Ferdinand Thiessen 3 veckor sedan
förälder
incheckning
ed11a92254
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 2 tillägg och 4 borttagningar
  1. 2
    4
      .htaccess

+ 2
- 4
.htaccess Visa fil

# Here are more information about the issue: # Here are more information about the issue:
# - https://docs.cyberduck.io/mountainduck/issues/fastcgi/ # - https://docs.cyberduck.io/mountainduck/issues/fastcgi/
# - https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#troubleshooting-webdav # - https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#troubleshooting-webdav
<IfModule setenvif.c>
<Location "/remote.php">
SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
</Location>
<IfModule mod_setenvif.c>
SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
</IfModule> </IfModule>


AddDefaultCharset utf-8 AddDefaultCharset utf-8

Laddar…
Avbryt
Spara