falcon-multipart
falcon-multipart copied to clipboard
Add files to req.files instead when falcon is ready for that
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.
The issue to follow is now https://github.com/falconry/falcon/issues/953
falconry/falcon#418