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?
"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.
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.