1

I've input with type="file", on clicking on button the file popup has been opening it with default folder. like C:/USERS/XYZ/Downloads

But my requirement is, I want to open file popup with specified path(whatever I'll mentioned path like D:/Images/Stuff). I googled a lot & don't having any luck on this.

Is there any way to open file popup with specified folder/path?

JsFiddle

Any help/pointers would appreciate, Thanks

Pankaj Parkar
  • 134,766
  • 23
  • 234
  • 299

1 Answers1

0

You cannot set the value. Because the html is not device specific. Meaning it can be seen on any browser of any machine. Please read this Set default value for a input file form

Community
  • 1
  • 1
manasi sakhare
  • 1,051
  • 7
  • 18