cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco share

rutaveejshah
Champ in-the-making
Champ in-the-making
Hi
I am using alfresco share.
I am creating a new content model.There are some properties in new content model.Now i want that when user upload the file after clicking on the upload file button the  "Edit Properties" form should be pop up and after filling that properties file should be uploaded.What should i do for that?

Please provide idea on this.

Thank you in advance.
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
"Edit Properties" form will come only after the content is created.
So, this is something difficult to achieve.
If you just want to add extra set of properties to the content you can create your custom aspect with those extra properties and add it to "cm:content" change configuration of cm:content in share-config-custom.xml file to include your properties.

Thanks for your reply.
What should i do so that custom content Property meatdata field will show at the time of upload and user can add that data at the time of upload
Please reply if you have any idea on this part.

mitpatoliya
Star Collaborator
Star Collaborator
What you need to do is
1) create custom content model where you create your aspect add your custom properties in that.
2)Create a rule which will add that aspect on content crate event.
3)You can refer share-config-form.xml where you will see form config for cm:content where all the OOTB properties are added. then you need to create share-config-custom.xml and create new form config for cm:content which includes your custom properties.