Skip to content

Upload folder with Dnd on Alfresco 5.2 does not work #120

Description

@m2je

Tried to upload a folder with Dnd and it failed.
modified the web/components/uploader-plus/js/dnd-upload-plus.js and added the following to the list of parameter under _startUpload function :

formData.append("createdirectory", fileInfo.uploadData.createdirectory ? "true" : "false");
formData.append("updatenameandmimetype", fileInfo.uploadData.updateNameAndMimetype);

And it's fixed now.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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