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?
Any help/pointers would appreciate, Thanks