app

mobile devices geo location javascript

Hello i want to detect the geo location of mobile and static devices (computers) for an an app. Im using http://code.google.com/p/geo-location-javascript/ This project allows me to get the lat lng using a number of techniques. And it seems to work very well, although it dosnt work in IE. My question is this the best method to detect ...

Reading Zip file in Google App Engine using java (Struts)

Hi, I am having problems reading a zip file that I have uploaded to the server (GAE). I am uploading a zip file with a csv file that I need to read in order to write to the database. However, GAE does not allow direct writing of the file on server. How do I open an inputstream to read the file? I am using struts framework. Part of my up...