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...
Continue reading...