[google-appengine] Re: Upload Post image app engine

2008-09-10 Thread rive
My apologies for that Davide, this is the corrected one http://code.google.com/p/rive/source/browse/trunk/RivePython/rive/src/server/main.py Now I don't get any errors, thanks for helping in that. But that's also it...I don't get any response at all? >From my flash client I

[google-appengine] Re: Upload Post image app engine

2008-09-08 Thread rive
Well Davide, this is my main "app.py" I'm using http://code.google.com/p/rive/source/browse/trunk/RivePython/rive/src/server/main.py And this is my upload script (from line 9-19): http://code.google.com/p/rive/source/browse/trunk/RivePython/rive/src/server/services/CountriesSe

[google-appengine] Re: Upload Post image app engine

2008-09-06 Thread rive
Thanks for your reply, it could make sense. But how it would be possible? I use the AS3 upload methods straight from the Adobe Flash Help Examples... My AS3 client side upload script you can see here http://code.google.com/p/rive/source/browse/trunk/RiveFlex/backend/src/be/rive/FileUploader.as

[google-appengine] Upload Post image app engine

2008-09-05 Thread rive
I do an multipart post to "http://rive.appspot.com/services/ CountriesService.py" But I keep getting 400 bad requests back?? The file is really online. This is the server side file I have online. (the same client side code works perfect with PHP) from google.appengine.api import images from goog