uploader-plus
uploader-plus copied to clipboard
Drag n drop not working after applying uploader plus(1.7) amps.
Hello, The drag n drop for the folders is not working but its working for files only. I have not applied uploader plus on the parent folder or anywhere. I am using uploader plus 1.7 and alfresco 5.2. It's showing me a popup with below error :
The following cannot be uploaded because they are either folders or are zero bytes in size: "undefined"
while uploading a folder in vanila installation this is the endpoint being hit
http://localhost:8080/share/proxy/alfresco/api/upload
but after applying uploader plus amps and uploading folder, the below endpoint is being hit
http://localhost:8080/share/proxy/alfresco/uploader-plus/upload
I tried the solution explained in issue #120 but it's not working. getting the below warn at console :
WARN [processor.node.NodeFormProcessor] [http-bio-8080-exec-3] Ignoring unrecognised field 'createdirectory'
If anybody has any idea, please suggest.
Thanks, Monica
Hello Monica.
If you add the uploadplus js sources into your project like in the picture I uploaded and add the createDirecory = true part to the form, it works:
Is this still an issue after the latest changes?
If it's not, then we can close this one.