I want to create a textbox for user to provide file path in it, as similar to Run in Windows where user can define his relative path into the input box instead of input type="file".
Example: "C:\Users\UserName\Desktop\data.csv"
After entering into the textbox "C:\Users\UserName\Desktop", user would be able to see the list of available files and directories in desktop folder so that he can choose as per his choice.