Hi to everybody,
I have a web application which, among other things, reads a csv file from a container on cloud, and then updates a list displayed in a neotable object.
This csv file is read with neoAjaxLoad and the procedure is called every N minutes or by clicking on a button.
The csv file on the container is constantly updated by a server which modifies it by adding lines.
What happens very often, even though the csv file is modified by the server, the neoAjaxLoad command reads the cached version of the file.
I understand this because by clearing the cache (not with CTRL+F5 because that doesn't work either but by clearing the cache manually in Chrome) the csv file is read correctly.
Has anyone run into similar problems?
Do you have any suggestions?
Greetings
Rocco
Hi to everybody,
I have a web application which, among other things, reads a csv file from a container on cloud, and then updates a list displayed in a neotable object.
This csv file is read with neoAjaxLoad and the procedure is called every N minutes or by clicking on a button.
The csv file on the container is constantly updated by a server which modifies it by adding lines.
What happens very often, even though the csv file is modified by the server, the neoAjaxLoad command reads the cached version of the file.
I understand this because by clearing the cache (not with CTRL+F5 because that doesn't work either but by clearing the cache manually in Chrome) the csv file is read correctly.
Has anyone run into similar problems?
Do you have any suggestions?
Greetings
Rocco