forget about it, it is working now... using retrieve (dahhh GAE stores a blob)
On Tue, Nov 15, 2011 at 2:40 AM, Bruno Rocha <[email protected]> wrote: > > Hi, > > > I have this code working on localhost: > > *def download(): >> ** import os >> ** response.stream(os.path.join(request.folder, 'uploads', >> request.args(0)))* > > > But does not works on GAE > > Any hint? > > > -- > > Bruno Rocha > [http://rochacbruno.com.br] > > -- Bruno Rocha [http://rochacbruno.com.br]

