Upload file button

Hi @preshen.kissoon

If this is a web page, written in HTML that uses HTTP forms to upload a file, THERE IS an input field. Try using the DevTools to examine the relevant HTML. The input is probably hidden, either directly or by CSS.

2 Likes