Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Error when uploading folders #434

Open
ragrets opened this issue Aug 28, 2020 · 0 comments
Open

Error when uploading folders #434

ragrets opened this issue Aug 28, 2020 · 0 comments

Comments

@ragrets
Copy link

ragrets commented Aug 28, 2020

I got this error when uploading a folder

image

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);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant