May 30, 2002 #1 MikeT IS-IT--Management Joined Feb 1, 2001 Messages 376 Location US I need to specify a default value for the FILE input type form element. I've already tried [input type=file name=myfile value="C:\log.txt"] but that doesn't work. How can I do this? (coding for IE5.5+ intranet)
I need to specify a default value for the FILE input type form element. I've already tried [input type=file name=myfile value="C:\log.txt"] but that doesn't work. How can I do this? (coding for IE5.5+ intranet)
May 30, 2002 #2 Wullie Programmer Joined Mar 17, 2001 Messages 3,674 Location GB Hi mate, Its not possible.. Even though you are on the intranet, you can't do it unless you edit the registry on each machine. This is for security resons so that a website cannot just decide to upload your files without your knowledge. Hope this helps Wullie http://www.freshlookdesign.co.ukhttp://www.searchit-now.co.ukhttp://www.survivorhelp.co.uk Upvote 0 Downvote
Hi mate, Its not possible.. Even though you are on the intranet, you can't do it unless you edit the registry on each machine. This is for security resons so that a website cannot just decide to upload your files without your knowledge. Hope this helps Wullie http://www.freshlookdesign.co.ukhttp://www.searchit-now.co.ukhttp://www.survivorhelp.co.uk