Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : HttpServer - How to decode uploaded binary file?
| Subject: | HttpServer - How to decode uploaded binary file? |
| Posted by: | "Nikos Bakolas" (nikos_nospam@anadelta_nospam.com) |
| Date: | Tue, 18 Sep 2007 16:54:26 |
Hi,
I 'm using an HttpServer component and I'm trying to save an uploaded
binary file (sent with POST multipart/form-data).
The problem is (I think) that TIdMessageDecoderMIME interprets the
attachments as text files. Is that true? Does it work with binary
attachments somehow?
Thanks!
Nikos.