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

Error when uploading folders #434

@ragrets

Description

@ragrets

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions