08-14-2013 03:55 PM
08-14-2013 07:16 PM
http://www.ixxus.com/blog/2011/09/customising-upload-files-dialog-alfresco-share
08-15-2013 12:08 PM
08-15-2013 03:35 PM
//code to redirect user to edit metadata after upload
if(this.state === this.STATE_FINISHED)
{
// update noderef from response
var nodeRefURL = "edit-metadata?nodeRef=" + f.nodeRef;
//redirect
Alfresco.util.navigateTo(nodeRefURL);
}
08-15-2013 03:53 PM
var ctx = Packages.org.springframework.web.context.ContextLoader.getCurrentWebApplicationContext();
var model = Packages.org.alfresco.model.ContentModel;
var dictionaryService = ctx.getBean("DictionaryService");
types = dictionaryService.getSubTypes(model.TYPE_CONTENT, true).toArray();
for each(var type in types){
print(type);
}
08-15-2013 04:54 PM
08-20-2013 04:22 PM
08-27-2013 08:47 AM
08-27-2013 08:59 AM
10-15-2013 04:31 AM
The Web Script /alfresco/s/api/upload.html has responded with a status of 405 - Method Not Allowed.
405 Description: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
Message: 09150870 Script url /api/upload.html does not support the method GET
Exception:
org.springframework.extensions.webscripts.WebScriptException - 09150870 Script url /api/upload.html does not support the method GET
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.