-
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
on upload : file name already exists #118
Comments
@mavidot Can you test it using the latest version? |
Hi @douglascrp and @yregaieg, Sorry but the problem is still remaining with this latest version. |
@mavidot What version are you on ? It did the trick for EE 5.1.3.2 in my case (if I am not mistaken) |
@yregaieg as I said in my first comment, I'm in 5.1.2 EE. |
@mavidot could you use chrome inpector to break-point at https://github.com/yregaieg/uploader-plus/blob/60600342e8b4b57f3d7177251db64507e93cdb43/surf/src/main/amp/web/components/uploader-plus/js/dnd-upload-plus.js#L164 and let me know what's the output you get when you call : |
@yregaieg the result of JSON.stringify(b.uploadData); is : This is a screenshot of my browser debugger. This is an other screenshot, a little bit down in the same file, with a breakpoint on "send" function (just before error happening) |
Now migrated in 5.1.3 EE . And the issue is still there.
|
Is File rename issue resolved? I am also facing same issue with alfresco 6.2 version. |
In previous versions when uploading a file in a directory, if another file already have the same name Alfresco add a suffix like :
"filename.txt" in "filename-1.txt"
In this version and in Alfresco 5.1.2, an error occured :
...
Caused by: org.alfresco.service.cmr.model.FileExistsException: 04301337 The file or folder a.txt already exists ...
The text was updated successfully, but these errors were encountered: