25
Views
2
Comments
Solved
How can I change the "No file chosen" text?
Application Type
Reactive

So I wanna change the "No file chosen" text to be the file name whenever the user hovers over the upload block.

UploadTest.oap
2026-02-26 06-29-24
Rahul
 
MVP
Solution

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

2022-08-02 11-48-19
Kartik  Prajapati

Thank you so much, it worked!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.