Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input type=file controll

Status
Not open for further replies.

koyot20

Programmer
Joined
Nov 27, 2002
Messages
15
Location
SK
Know anyone how to controll the <INPUT TYPE=file ?
how to set the visible value for it at onload, and how to say that object what is the start directory with visible extensions?
Standard accept= won't work.
 
you cannot do this with javascript for security reasons.


=========================================================
try { succeed(); } catch(E) { tryAgain(); }
-jeff
 
Other solution, but client side?
 
maybe an ActiveX control - try the vbscript forum

=========================================================
try { succeed(); } catch(E) { tryAgain(); }
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top