Scrapy: support for "multipart/form-data" in scrapy.FormRequest

Created on 31 Mar 2016  路  3Comments  路  Source: scrapy/scrapy

enhancement patch available

Most helpful comment

Hi @redapple can I get this one ?
I'm thinking about adding a multipart parameter, that defaults to False, in from_response. If False, uses the default application/x-www-form-urlencoded, if True, uses the multipart/form-data encoding type.

All 3 comments

Hi @redapple can I get this one ?
I'm thinking about adding a multipart parameter, that defaults to False, in from_response. If False, uses the default application/x-www-form-urlencoded, if True, uses the multipart/form-data encoding type.

@aron-bordin , sure!
Volunteers always welcome :)
Why in from_response and not the constructor?

Any ETA when this feature will be avaliable?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Shakyamuni177te picture Shakyamuni177te  路  3Comments

Hecate2 picture Hecate2  路  3Comments

mohmad-null picture mohmad-null  路  4Comments

yashrsharma44 picture yashrsharma44  路  4Comments

Urahara picture Urahara  路  4Comments