I am using POST request which uses Content-Type as "multipart/form-data; boundary= ------WebKitFormBoundaryQoBY2Xgnc8K2sTzQ".
Under Parameters Tab: Parameter Name:
------WebKitFormBoundaryQoBY2Xgnc8K2sTzQ
Content-Disposition: form-data; name
Value:
------WebKitFormBoundaryQoBY2Xgnc8K2sTzQ
Content-Disposition: form-data; name="fakeupload"
C:\fakepath\software-development-life-cycle-planning.jpg
------WebKitFormBoundaryQoBY2Xgnc8K2sTzQ
Content-Disposition: form-data; name="File"; filename="software-development-life-cycle-planning.jpg"
Content-Type: image/jpeg
------WebKitFormBoundaryQoBY2Xgnc8K2sTzQ--
I have selected use multipart/form-data checkbox. Response is 500 Internal server error. How to handle this request.
Thanks in advance