Not sure I understand. Is the file ./sebastian.jpg there on GAE or not? On Wednesday, 2 January 2013 18:16:38 UTC-6, Bas Ti wrote: > > 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 >
--