I have an HTML file with the following code:
<form method="post" action="recebe_upload.php" enctype="multipart/form-data">
<input type="file" name="arquivo" />
<input type="submit" value="Enviar" />
</form>
When clicking the button, it opens a dialog to select a file, I wanted to do this in a% of Delphi%, informing the directory of the file in TWebBrowser
so that the file is added without the need of clicking the button to select the file with TEdit
.