1

When Im using a file field and browsing an image by its full path say F:\Images\me.gif.

how can i fetch this full path while submitting the form containing it by using php or javascript?

Thanxx in advance..

Haim Evgi
  • 123,187
  • 45
  • 217
  • 223
champ
  • 807
  • 2
  • 11
  • 23

2 Answers2

1

You cannot for security reasons

https://stackoverflow.com/search?q=full+file+path

Community
  • 1
  • 1
mplungjan
  • 169,008
  • 28
  • 173
  • 236
1

You can not get the file path from the client. I guess for security reasons.

Simon
  • 4,395
  • 8
  • 33
  • 50