Reputation: 1
I need to customize alfresco upload page , like while importing i want alfreso to prompt for metadata, i knw there are two addon's like uploder + and alvex,but can we create our own ?
Upvotes: 0
Views: 504
Reputation: 3175
yes you can customize it.
Basically there are three webscript which are responsible for the uploader in alfresco share.
You can customize flash upload webscript for the same.That is the one which is generally used.dnd upload is for drag and drop.
Webscript Files for the same are as below.
Client Side dependancies
Basically you should extend this webscript.How to extend the webscript component is very well explained in below link.
http://soft29.info/blog/entry/alfresco-extend-share-javascript-component
after extending it you can give reference of the new component in below file.
Upvotes: 1