Jul 17, 2003 #1 Slomo8 Programmer Jul 14, 2003 6 US How can I have a user select a file from an interactive menu rather than having him/her type the whole file extension in the input box?
How can I have a user select a file from an interactive menu rather than having him/her type the whole file extension in the input box?
Jul 17, 2003 #2 ggriffit Programmer Oct 25, 2002 1,578 GB the use of the following HTML Form element should do that : <input type="file" name="myfile" size="10"> Upvote 0 Downvote
the use of the following HTML Form element should do that : <input type="file" name="myfile" size="10">
Jul 18, 2003 Thread starter #3 Slomo8 Programmer Jul 14, 2003 6 US How do I implement this in Vbscript? Upvote 0 Downvote
Jul 18, 2003 #4 ggriffit Programmer Oct 25, 2002 1,578 GB The HTML Input type on a HTML page will handle all that for you. Upvote 0 Downvote
Jul 18, 2003 Thread starter #5 Slomo8 Programmer Jul 14, 2003 6 US I am not using it for a webpage. I am writing a macro for another program. Upvote 0 Downvote