Re: [appengine-java] Uploading & Downloading data

2010-09-08 Thread Cyrille Vincey
Massive upload / download : have a look on the appengine bulkloader. If no need for massive download, just... develop a java servlet. On 07/09/10 19:11, "dciesli...@yahoo.com" wrote: > Does anyone has or know where to find detail example how to use > uploading & downloading data using Google App

[appengine-java] Uploading & Downloading data

2010-09-07 Thread dciesli...@yahoo.com
Does anyone has or know where to find detail example how to use uploading & downloading data using Google App Engine? I have developed a simple Web application and would like now to send and receive data from my local computer. On Google App Engine site I found one page that discusses these issues