Hi I have a website with this input dialog:
<input name="file" id="image1.image" type="file" class="file">
The webbrowser control is cefsharp and I want to upload a file without using the dialog.
The file to upload is present as local or as byteArray in the mainprogram.
The simple worklow should be in my c# app I click "Upload" an the local file or the ByteArray will send to the input of the website.
Is that possible?