04-29-2014 10:16 AM
var uploader = Alfresco.getFileUploadInstance();
var uploadConfig = {
siteId: {string}, // site to upload file(s) to
containerId: {string}, // container to upload file(s) to (i.e. a doclib id)
destination: {string}, // destination nodeRef to up}
…..
};
uploader.show(uploadConfig);
// SOME CODE TO CHANGE THE UPLOADER'S DEFAULT HEADER
uploader.setHeader("Custom Header"); // no such method, so how I can achieve this?
04-29-2014 12:34 PM
04-30-2014 04:21 AM
04-30-2014 05:09 AM
04-30-2014 05:40 AM
uploader.show(uploadConfig);
uploader.uploader.titleText.textContent = "Custom Title";
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.