0
I need to record the path of a directory on the system, when the user clicks on a button open a window and in that window he selects the folder he wants to store the information. I tried using input with type 'file' but it requires it to be a file
I don’t quite understand, you want to select a local folder, from the person’s computer, or a remote folder, from the server?
– bfavaretto
local, I actually have a function on the server that will save a file. txt on the user’s computer, I currently inform the location but want the user to choose the location he wants to save the file.
– Elisangela Carla DE Souza
I think there is no way your code ask this, who defines where to save the download is the browser itself.
– bfavaretto