dynamically change url to get csv file from
Can someone provide a brief example of how to dynamically change the url used to get a .csv file from?
i.e.
In my project (kind of (Very) large)
I set the url and do a request when creating the table in the body.
I later on, depending on user input, do something like:
table.setProperty("URL", "newfilename");
table.request();
it is fine with me setting a new URL, but when I do the request it fails. IE has an error that doesn't seem to correspond to the right line say permission denied. but if I set the url to newfilename to begin to it works fine (but that is not my goal).
what I want is for it to have an inital grid contents based on one file and then a different based on user input into a text box.
any help/examples please?
any known issues with trying to do this?
i.e.
In my project (kind of (Very) large)
I set the url and do a request when creating the table in the body.
I later on, depending on user input, do something like:
table.setProperty("URL", "newfilename");
table.request();
it is fine with me setting a new URL, but when I do the request it fails. IE has an error that doesn't seem to correspond to the right line say permission denied. but if I set the url to newfilename to begin to it works fine (but that is not my goal).
what I want is for it to have an inital grid contents based on one file and then a different based on user input into a text box.
any help/examples please?
any known issues with trying to do this?
CC
September 30,