yohanboniface / falcon-multipart

[Experimental] Parse multipart/form-data in falcon
MIT License
58 stars 11 forks source link

Add files to req.files instead when falcon is ready for that #2

Open yohanboniface opened 8 years ago

yohanboniface commented 8 years ago

Once falconry/falcon#493 has been merged, lets add files into req.files instead of in the params as it is now, and add non files keys to req.form.

davidbgk commented 7 years ago

The issue to follow is now https://github.com/falconry/falcon/issues/953

yohanboniface commented 7 years ago

falconry/falcon#418