[google-appengine] Out dated PHP/MySQL with Google Maps

2012-05-09 Thread ni...@neb.rr.com
I think the phpsqlajax_genxml.php script at https://developers.google.com/maps/articles/phpsqlajax is for php4 There's a php5 version at http://stackoverflow.com/questions/2467448/using-php-mysql-with-google-maps but I can't get that to work either. Can you help? The php5 version produces

[google-appengine] newbie question: hosting native c++ utilities in google infrastructure

2009-07-27 Thread ni
Hi team, i am evaluating google appengine for creating an application and was wondering if there is a way to host a 3rd party open source C++ application / library in google appengine infrastructure. This application / library may be invoked thru' jni call to perform data processing and provide

[google-appengine] Re: Does anyone know how to implement a file upload progress bar

2009-03-25 Thread ni
Neves, Thanks, I will give this a try. On Mar 25, 7:42 am, Neves marcos.ne...@gmail.com wrote: Since GAE returns the server response only when its complete, the only way to do file upload progress is using Flash, like inhttp://swfupload.org/ On 25 mar, 02:05, ni newt...@gmail.com wrote

[google-appengine] Does anyone know how to implement a file upload progress bar

2009-03-24 Thread ni
I am trying to add a file update functionality to my application and it works fine. However, when loading large files there is no way to tell the user about the progress of the file upload process. I have seen some postings elsewhere about how to do this using PHP and AJAX, but nothing that