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
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