Posts by Ronald • 31 points
2 posts
-
2
votes1
answer405
viewsQ: Attach file using Webbrowser Delphi
I am developing a tool to automate the sending of emails from the company, I wanted to know how to automatically load an attachment as in this screenshot Remember that I need to make use of…
-
1
votes0
answers197
viewsQ: Select File by Webbrowser
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"…