Am I parsing this HTTP POST request properly?

前端 未结 3 1329
天涯浪人
天涯浪人 2021-01-20 19:02

Let me start off by saying, I\'m using the twisted.web framework. Twisted.web\'s file uploading didn\'t work like I wanted it to (it only included

3条回答
  •  粉色の甜心
    2021-01-20 19:46

    You're trying to avoid reading documentation, but I think the best advice is to actually read:

    • rfc 2388 Returning Values from Forms: multipart/form-data
    • rfc 1867 Form-based File Upload in HTML

    to make sure you don't miss any cases. An easier route might be to use the poster library.

提交回复
热议问题