sAjaxSource absolute direcotry
sAjaxSource absolute direcotry
I have a json datasource put into supplier.txt. I am running apache tomcat server. If I put the file inside my appliation, and using relative path, it works fine as below. But I have to put the datasource in a file repository outside the web server, in the same hard driver. For example, in c:/filerepository/supplier.txt.
I just cannot make it worked. May I know how to do this? Thanks!
var oTable = $('#supplier').dataTable( {
"sAjaxSource": "supplier.txt",
I just cannot make it worked. May I know how to do this? Thanks!
var oTable = $('#supplier').dataTable( {
"sAjaxSource": "supplier.txt",
This discussion has been closed.
Replies
Allan