[Tutor] Image Upload FalconFramework

Peter Romfeld peter.romfeld.hk at gmail.com
Wed Jul 2 05:51:44 CEST 2014


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 someone here.

Cheers,
Peter


More information about the Tutor mailing list