p120ph37 / missing-link

missing link Ant http task
Apache License 2.0
0 stars 0 forks source link

Add support for multipart http uploads #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to be able to do http uploads using the Content-Type: 
multipart/form-data format.

Original issue reported on code.google.com by william....@gmail.com on 21 Nov 2014 at 3:24

p120ph37 commented 8 years ago

Neither multipart/form-data nor application/x-www-form-urlencoded are currently constructed from <query> data. The <query> node currently just encodes URLs. This feature should probably be added as a new attribute on the <query> node to allow that default behavior to be altered.