File Upload Caption not taking effect

Hi. Im trying to set a caption on the FileUploadComponent I see the caption on the visualizer on cuba. But i see the UPLOAD on the application. The caption is not in the button too… am I doing something wrong?

image

Hello @eparamo!

The FileUploadField has the uploadButtonCaption attribute in XML, which is used as the caption of the upload button. The caption attribute sets the caption for the component layout.

Regards,
Gleb

Thanks I hadn’t noticed the extra field!