> For instance, if I hit 'browse' on the form page, and > selected C:\temp\test.txt, is there any variable on the > action page that contains the string 'C:\temp\test.txt' > without having to do a cffile. I don't think there > is, but wanted to ask the list to be sure. I am using > javascript right now to populate a hidden field and > passing it that way.
No, there's no variable that will show the path to the file on the client's machine. The filename itself will be available within the CFFILE scope. Why would you want to know the path on the client's machine anyway? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

