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

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

jquerijero

Guest
Does your code insert the proper header at the beginning of each data segment and a footer at the end of everything. Structurally speaking your payload should look something like this; "--" + boundary // header data "--" + boundary // header data "--" + boundary + "--" // footer Those "--" are required. You might just have to use Fiddler to see what it is being sent.

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