In JS I can set title of the Open File dialog. I can’t seem to find a similar property in the RadzenUpload component. Am I missing something?
The title of the open file dialog is controlled by the browser/OS and cannot be set from web content — there is no JavaScript API for it. <input type="file"> has no such attribute, and showOpenFilePicker() doesn't accept a title either.
Thanks for the quick reply. I let the “AI” lead me astray for minute. ![]()