tufao
tufao copied to clipboard
Forms and file uploads
Initial work on the parse_form_data_uploaded_files branch.
- Should handle GET/POSTs appropriately
- application/x-www-form-urlencoded
- multipart/form-data
- Content-Disposition: handle weird utf-8 encoding for filename
- https://docs.djangoproject.com/en/dev/ref/contrib/csrf/
- upload_max_filesize
- Export
- name
- Type (content-type)
- File
- It would be nice to have some kind of filter to the uploads, just like there is a filter in HttpServerRequestRouter
when will file upload be supported?