Changes between Version 5 and Version 6 of help/en/howto/mount/issues/fastcgi
- Timestamp:
- Jan 24, 2018 1:44:14 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/mount/issues/fastcgi
v5 v6 1 == Zero byte file truncate issue w hen uploading to Nextcloud and ownCloud==1 == Zero byte file truncate issue with Nextcloud and ownCloud deployed with FastCGI == 2 2 === Summary === 3 3 Using a client to upload files with [https://en.wikipedia.org/wiki/Chunked_transfer_encoding HTTP chunked transfer encoding] to a server with fastcgi/php-fpm enabled can lead to zero byte files. Chunked transfer encoding is used when the content length is unknown at the time the transfer is started and no `Content-Length` header can be set.