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
  • Hello Stefan, thank you for your help really. I am getting closer. I got a new error message: {"code":"BadRequestError","message":"parser error, 9 of 114 bytes parsed"}.
    My body is built as follows:
    =concat("--AaB03x",char(13),"Content-disposition: form-data;name=""file"";filename=""aps.js""",char(13),"Content-type: application/octet-stream",char(13),"test",char(13),"--AaB03x--")
    The problem is about the char(13). Do you have any idea?
Reply
  • Hello Stefan, thank you for your help really. I am getting closer. I got a new error message: {"code":"BadRequestError","message":"parser error, 9 of 114 bytes parsed"}.
    My body is built as follows:
    =concat("--AaB03x",char(13),"Content-disposition: form-data;name=""file"";filename=""aps.js""",char(13),"Content-type: application/octet-stream",char(13),"test",char(13),"--AaB03x--")
    The problem is about the char(13). Do you have any idea?
Children
No Data