Hi friendmastor,
Only the iframe mode can get the upload file path from the client pc. On IE11, html5 mode will always replace the iframe, so the only way is disable all other modes except the iframe for it.
for the <input name="Uploader1$File" type="file">, try add a style setting on your page to hide the control which has name Uploader1$File.
Regards,
Ken