Can we force the usage of the template associated with the folder during file upload using UIElement ?
Usecase:
We want to expose box UIelement ContentUpload to the user to upload file to a specific folder. We want to force the association metadata with the file being uploaded say. We want to be able to provide this information along with the file being uploaded from our app. We are planning to use the app user to do the actual upload and not Managed user
{
fileType:"Tax",
countryOfOrigin:"US"
uploadedBy:"johnSmith@acme.com"
name:"AcmeUSTaxExemption.pdf"
}