Hello, I have the following problem: db.auth_user.insert( ... image = open('./sebastian.jpg', 'rb') ....
does work locally using a mysql database. But if I run it on GAE the image does not exist on the server afterwards - yet no error is raised. Any help would be very much appreciated --