-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload folder with Dnd on Alfresco 5.2 does not work #120
Comments
Diff :
|
Hello,
I tried the above solution but it's not working.
Please guide, if you have any idea about this. Thanks. |
Sorry @monicakumari ,
|
@monicakumari Please note this is a patch for uploader-plus on Alfresco 5.2 and not Alfresco 5.2 itself. If I recall correctly, without this patch you would run into a client side (JS) error, but yours seems to be a server side error. |
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.
The text was updated successfully, but these errors were encountered: