japie
01-01-2011, 05:47 PM
Hello,
I am looking for a way to select a file from a list and load it into a webpage.
The page and the files are stored on a sd-card for off-line usage, I know that listing files remote dynamicly needs a scripting engine but since the sd-card is on the client side that is not possible, but I can make a list of those files when creating them.
It is intended for a datalogger on a tractor-puller, I create csv files with a bash script on the logger and for off-line viewing I use a javascript charting engine which loads the csv file, the files have the creation date as filename and I can make (and maintain) a list of files when creating them.
The plan is that the we can select another data set (run) from within the browser and show that one.
I have setup an example at http://www.dlogger.deserver.nl/test/
If someone can help me out this year starts good!
I am looking for a way to select a file from a list and load it into a webpage.
The page and the files are stored on a sd-card for off-line usage, I know that listing files remote dynamicly needs a scripting engine but since the sd-card is on the client side that is not possible, but I can make a list of those files when creating them.
It is intended for a datalogger on a tractor-puller, I create csv files with a bash script on the logger and for off-line viewing I use a javascript charting engine which loads the csv file, the files have the creation date as filename and I can make (and maintain) a list of files when creating them.
The plan is that the we can select another data set (run) from within the browser and show that one.
I have setup an example at http://www.dlogger.deserver.nl/test/
If someone can help me out this year starts good!