Hi Philipp,
i have to submit a POST request with enctype multipart/form-data to submit a picture. Is this possible with Palladian?
Thank you.
Jonny
Hi Philipp,
i have to submit a POST request with enctype multipart/form-data to submit a picture. Is this possible with Palladian?
Thank you.
Jonny
Hi Jonny,
yes, thats possible. There is a MultipartEncodedHttpEntityCreator node. However, it's currently only on the nightly build, as I was too lazy to write any documentation :) A very short intro can be found here, and if you have any specific questions, just let me know.
Philipp