浏览以从特定位置上传

Browse to upload from a certain location

是否可以限制浏览文件的位置?

我的意思是,当用户选择文件时,他只能从 Documents 位置选择文件,例如

这是我的代码:

<form method="post" action="./../upload_file.asp">
<input required="required" name="dname" type="file" accept=".doc,.docx"  />
<input type="submit" value="upload" />
</form>

不,这是浏览器的工作和用户偏好,据我所知不可能。