You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is, first we do need to return the stream to allow uploading. Therefore the callback without the error was called already. The potential error we need to catch and return is after that, in the finish section. Calling the callback again with an error does not have an effect.
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?
The text was updated successfully, but these errors were encountered: