Re: [Tutor] Image Upload FalconFramework

2014-07-12 Thread Danny Yoo
On Tue, Jul 1, 2014 at 8:51 PM, Peter Romfeld wrote: > Hi, > > I try to make a simple image upload function, in django i just used: > > for feature phones: > file = request.body > > rest: > file = request.FILES['image'].read() > > with falcon i tried but not working > req.stream.read() > > Their F

[Tutor] Image Upload FalconFramework

2014-07-01 Thread Peter Romfeld
Hi, I try to make a simple image upload function, in django i just used: for feature phones: file = request.body rest: file = request.FILES['image'].read() with falcon i tried but not working req.stream.read() Their Freenode Channel is quite empty and it seems unused, so i hope i could find so