Hello, has anyone managed to send a file with the HTTP request plugin? If yes, c

Hello, has anyone managed to send a file with the HTTP request plugin? If yes, could you explain how to set the parameters? Thank you....

OriginalPostID-106410

OriginalPostID-106410

  Discussion posts and replies are publicly visible

Parents
  • Stefan, I am now using a new header ={"token TOKEN","multipart/form-data; boundary=--------"} with a new body: =concat("--------"",convertdocumenttobase64(pv!Document),"--------"). The error message is now:
    {"code":"BadRequestError","message":"MultipartParser.end(): stream ended unexpectedly: state = START_BOUNDARY"} Do you have any thought? (sorry for bothering you like this)
Reply
  • Stefan, I am now using a new header ={"token TOKEN","multipart/form-data; boundary=--------"} with a new body: =concat("--------"",convertdocumenttobase64(pv!Document),"--------"). The error message is now:
    {"code":"BadRequestError","message":"MultipartParser.end(): stream ended unexpectedly: state = START_BOUNDARY"} Do you have any thought? (sorry for bothering you like this)
Children
No Data