I am trying to get the fantastic flash charts from www.amcharts.com to
work in a GAE application I am developing. The problem is that
Amcharts requires the data files to be stored as .csv on the host web
server. Since GAE doesn't allow writing files, I don't know how to
update the charts. Is there a straightforward way to do this on GAE?

Example:

/localhost/path-to-file/data1.csv

YYMMDD, Open, High, Low, Close, Volume
20080502,180.19,181.92,178.55,180.94,35569600
20080501,174.96,180.00,174.86,180.00,32227000
20080430,176.19,180.00,172.92,173.95,40671800
20080429,171.11,175.66,170.25,175.05,32946600

Help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to