Hi There, I'm using Internet Explorer UDF to upload a file. The test HTML form just contains an input tag and a submit button. <input type="file" id="file1" name="datafile" size="40"> <input type="submit" id="submit1" value="Send"> The autoit script gets the form and can submit, but can't update the input type "file". When I run the script below it reports that no file was uploaded even though the file exists on my computer. Many Thx in advance! Autoit Code Sni