So I wanna change the "No file chosen" text to be the file name whenever the user hovers over the upload block.
Hi Kartik,
This is forge component for fileUpload.
You need to add title over it when filename is not blank.
provide title and in property and value in file name -
in value add condition like if(FileNameEx="","No File chossen",FileNameEx)
Hope this will help you.
Regards
Rahul
Thank you so much, it worked!