tufao icon indicating copy to clipboard operation
tufao copied to clipboard

Forms and file uploads

Open vinipsmaker opened this issue 11 years ago • 2 comments

Initial work on the parse_form_data_uploaded_files branch.

vinipsmaker avatar Feb 08 '14 21:02 vinipsmaker

  • 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

vinipsmaker avatar Feb 08 '14 21:02 vinipsmaker

when will file upload be supported?

fantasybei avatar Feb 21 '19 09:02 fantasybei