I have the following directory structure for my application:
- css
- files
- js
- images
- index.html
my csv file is located in the folder "files". I want my js to pick the csv file automatically from the directory and pass that file to Papa parse.
I need to implement this because this is the requirement. I am not allowed to pick the file using input tag of html.
Please let me know if it is possible, then how can implement this. If not possible then please let me know the another way to do this.