1👍
✅
For security reasons, browsers do not allow to get folder path (Stack Overflow). Since you do not want the user to upload files, the possible solution would be to explicitly mention the folder path in <input type="text">
. The simplest solution would be python –m SimpleHTTPServer
(source, docs). You may be also interested in this Django app.
👤Jomy
Source:stackexchange.com