BillyRay,
Is there a known issue with hidden file inputs causing the choose file dialog to freeze? I will try you suggestion.
Diancecht
To which file are your referring? My application or the file I'm trying to open? The file I'm trying to open is not an issue because the dialog freezes...
Hi All,
I have an HTA application from with in which I am trying to open a File Browse or File Upload window. I am doing so with the following code:
<input type="file" name="F2" size="20" onchange='somefunction();' style ='display: none;'>
Later I call:
window.form1.f2.click();
This works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.