Hi, I want to know which properties should I be using to get the value from the resourceType : fileUpload
for e.g for textFields I am able to get values in my Sling model class by using annotation :
@ValueMapValue
private String {"name field of my node"}
I am not able to fetch by using "name " field of type fileUpload
Please anyone explain me how can I access it in my sling model , I need the path of the file uploaded
Thank you