...help? Hello,
I have a web form, the one that uploads files, copy the following and paste into notepad and save to html file for preview:

<form enctype="multipart/form-data" action="upload.php" method="POST">
file: <input name="uploaded" type="file" />
<input type="submit" value="Upload" />
</form>

I've already found a way of writing to an edit box in a webform using TWebBrowser, but it won't work on this particular form (the one called "uploaded").
Any help?

Note that I don't want to upload a file, I just want a way to write text in that editbox.

Also asked on http://ask.antimoon.com/questions/3579/delphi-programming-language-about-twebbrowser-and-the-upload-file-html-form