hi there.
can someone tell me how can i get the path of a directory, like using <input type="file"> but instead of giving a full path+file only the directory path.
thanks in advance
get full path of directory
Moderator: General Moderators
Re: get full path of directory
You can't use the <input type = "file"> element to get just the path of a directory. You could probably use Javascript to retrieve the value of that field, then pull off the filename.
And no - you can't use it to upload an entire directory at once.
And no - you can't use it to upload an entire directory at once.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.