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, just to make sure, could you confirm for me that I should build the body with CONCAT and CHAR(13) like in :
    =concat("----WebKitFormBoundaryePkpFF7tjBAqx29L",char(13),"Content-disposition: form-data;file=""file1""",char(13),"Content-type: text/plain",char(10),convertdocumenttobase64(pv!Document),char(13),"----WebKitFormBoundaryePkpFF7tjBAqx29L").
    Thank you
Reply
  • Stefan, just to make sure, could you confirm for me that I should build the body with CONCAT and CHAR(13) like in :
    =concat("----WebKitFormBoundaryePkpFF7tjBAqx29L",char(13),"Content-disposition: form-data;file=""file1""",char(13),"Content-type: text/plain",char(10),convertdocumenttobase64(pv!Document),char(13),"----WebKitFormBoundaryePkpFF7tjBAqx29L").
    Thank you
Children
No Data