Hello, what I meant was…
I have a page with a grid, and i need to load it from a csv file provided by the user, the question is if the file can be read locally from user’s pc, (client side) e.j. grid.load(pathfile,“csv”), or should it be uploaded to the server and then read from url with grid.load(url path,“csv”).
Regards.