Forum Moderators: open
<form ENCTYPE="multipart/form-data" name = "fileSplit" method = "post">
<input type = "text" name = "text" id='text' size = "32">
<INPUT NAME="userfile" TYPE="file" onblur="runMe(this.value)">
</form>
You also cannot populate the file object value externally (in either browser.) These are all related to browser security - imagine what someone could do on a nefarious web site with the file element if they could use it to read a user's local files.