[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE/REST/DOH - File Download

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Louis, Do you care about multipart messages, or do you just want a file? In both cases, you need a Content-Disposition header that tells the client the name of the file. See github.com/.../ImageWebHandler.cls for an example. Note that for a single message body, the Content-Disposition is "attachment" and for the multipart response, it's "form-data". HTH

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