Icon for Upload component button

Hi,

I have created a UI with a textfield and Upload component(see the attached figure). And I need an icon(without text) placed inside the button of the Upload component. If I set the button caption to null only image will be visible and Button wont be there !

Is there any way to solve this issue. Please help me !
12549.png

Where you able to fix the issue?

The Upload-component renders to a file-selection-element in HTML, which cannot be styled or manipulated for good security-reasons. Only workaround is to hide the upload completely and trigger it using the API.

https://vaadin.com/forum/thread/1093461/styling-the-upload-button