Accessing local CSV files from a webpage?
IE 6.0 AW 2.0 and IIS.
Executed the following webpage:
Test.htm
It runs fine if the webpage url is a file, like c:\inetput\wwwroot\aw\test.htm
On the other hand if the webpage is executed as http:\\localhost\aw\test.htm then the request fails.
Can anyone shed a light on what's happening here? Security settings probably but which ones?
Executed the following webpage:
Test.htm
var table = new AW.CSV.Table;
table.setAsync(false);
table.setURL("c:/test2.csv");
table.request();
It runs fine if the webpage url is a file, like c:\inetput\wwwroot\aw\test.htm
On the other hand if the webpage is executed as http:\\localhost\aw\test.htm then the request fails.
Can anyone shed a light on what's happening here? Security settings probably but which ones?
Karl Thoroddsen
April 6,