Hi all,
I am posting a WinHTTP POST request to an internal company site, and get an error HTTP responsetext saying "Required MultipartFile parameter 'file' is not present". I don't understand why.
Code so far (internal site obfuscated):
The structure of the request and body was taken directly from the actual request, so there is nothing weird on that.![]()
Please Login or Register to view this content.
I added the following bit in order to try and fix the issue, but it doesn't help (it doesn't seem to hurt either).
I've also replaced Chr(10) with Chr(13) -- essentially trying both VbNewLine and VbCrLF, but it doesn't matter either.![]()
Please Login or Register to view this content.
Please help!
Bookmarks