PDA

View Full Version : Passing File path to other page


sb369
12-14-2004, 05:21 AM
i am looking for a code where i can extraxt file path from a form where the input type is file, as i need to pass the file path to other web page.

or is there any other way of sending file path to other web page.

- sb

Zee
01-02-2005, 04:20 AM
document.formName.fileInputName.value contains the file path... pretty useless, and actually I'm quite surprised you're allowed to do that! You're certainly not allowed to set the value of it though.

Regards