You are currently viewing the BOOK: Beginning ASP 3.0 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
This more of a basic html question, but here goes.
I'm having trouble with code that captures a fully qualified file name from my screen:
inputtype="file" name="fleAttach1" size="60
In the past (during the ie7 days), this code worked no problem. I'd browse for a file like this: \\cshweb2\cshwww\stuff\myFile.pdf and the fully qualified file name would be passed to my vbscript when i edited the form.
however now (i think after upgrading to ie8) only myFile.pdf is passed to my vbscript when i edit the form.