[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Send an attachment file with a POST request

  • Thread starter Thread starter jpatel7
  • Start date Start date
Status
Not open for further replies.
J

jpatel7

Guest
Thank you guys for the help. I did not need any header for the file. I copied the file contents to memptr variable. Then, this code worked for me: lv-messagePart = new MessagePart("application/octet-stream", new String(lv-fileLongChar)). lv-multiPartEntity:AddPart(lv-messagePart).

Continue reading...
 
Status
Not open for further replies.
Back
Top