Can js select the files you want to upload in the specified folder?

< hr >

can js select the files to be uploaded in the specified folder

< hr >

tried to use IE"s ActiveXObject for operation; but there was no result

Mar.20,2021

there is no way to limit folders, even if you want to restrict them through js. For security reasons, you can't get the path of the files selected by the user at all.


try this https://developer.mozilla.org.


should be feasible, because after uploading a file on a web page, when uploading a file again, it will directly open the folder where you just uploaded the file

.
Menu