François Zbinden
Results
2
issues of
François Zbinden
We have to do some actions, after a file is uploaded. This actions can fail. How to send an error to WebDAV in this case? ``` protected _openWriteStream( path: WebDav.Path,...
If the client loads a file range using the range header, webdav-server returns correct data with the Content-Range response header. Before: ```Content-Range: 0-1024/*``` The asterisk (*) is allowed according to...