loadCSVFile() , path string not loading URL?

URl parth i am giving with format "D:\26th aug b4 commit update\sms\web\JSP\Student\csvDataFIle359000000.csv"

But it’s not loading file. m using window system


Could you please specify the correct path format?


Thanks

loadCSVFile() method loads grid from CSV file. This method is available in PRO version only. To use it you have to include dhtmlxgrid_nxml.js file to your page.

i had included file. it’s working fine when i m loading file on same page & csv file also exist with same folder.

BUt it’s not working fine when CSV file & JSP page are in different folders.


so please specify format if i want to load CSV file from following path
"D:\26th aug b4 commit update\sms\web\JSP\Student\csvDataFIle359000000.csv"




 


The parameter of loadCSVFile must be a valid http url, not the physical file path.
( client is working on client side, and can access the data only by http )