vote up 1 vote down star

Hi All,

I am trying to extract the entire path of the file that a user uploads on the browser and this i need to do using javascript or jquery.

If i give ($("#userfile").val()); i am able to extract only the file name and not the entire path.

Could someone please help me with this?

flag

4 Answers

vote up 2 vote down

Internet explorer will give you the full path, but other browsers won't. here's an example page i found that demonstrates this

link|flag
FF2 gives you the full path as well. – Crescent Fresh Mar 23 at 15:51
vote up 1 vote down

I believe that it's a security measure to not reveal the entire path of file inputs.

link|flag
vote up 0 vote down

Yeah, browser security measure.

link|flag
vote up 0 vote down

With IE8 this is not the case too. IE8 hides the real path to the file and changes is for example to:

C:\**fakepath**\filename

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.