Skip to content Skip to sidebar Skip to footer

Set File Path For Input Type="file"

Can we set the file path in javascript for without opening the select file dialog box? I

Solution 1:

Due to possibly security issues, modern browsers do not allow you to access the file path or modify the value of an <input type="file">. You also cannot view the file path, as it will display C:\fakepath\yourfilename.yourfilextension.


Post a Comment for "Set File Path For Input Type="file""