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
{{ message }}
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.
I've already looked at permissions, but it doesnt seem to be the case
I think it happens when running this code in server/utils.js when trying to remove the droppy-upload after adding it, but I'm not sure how to go about it since I don't have any javascript experience
I got this error when uploading a folder
I've already looked at permissions, but it doesnt seem to be the case
I think it happens when running this code in server/utils.js when trying to remove the droppy-upload after adding it, but I'm not sure how to go about it since I don't have any javascript experience
utils.addUploadTempExt = path => path.replace(/(\/?[^/]+)/, (_, p1) =>
${p1}.droppy-upload);
utils.removeUploadTempExt = path => path.replace(/(^\/?[^/]+)(\.droppy-upload)/, (_, p1) => p1);
The text was updated successfully, but these errors were encountered: