Hi,
i need to create metadata when drag and drop file into document library. how can i do it ?
hint:
i have debugged upload.post.js and see upload related function. but i couldn't get property value that i sent from share
Regards
janaka
How are you sending metadata from Share during upload (this is not a standard feature)?
Have you seen that there is an addon in the community that can be used to set metadata during upload? It is called Uploader Plus
i have used following line of _BaseUploadService.js to send data into upload.post.js (actually this source is provided by alfresco)
// Open and send the request
if (url)
{
fileInfo.request.open("POST", url, true);
fileInfo.request.send(formData);
}
i haven't seen this addon
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.