Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Wild chars in a URL with idHTTP
| Subject: | Wild chars in a URL with idHTTP |
| Posted by: | "dpap" (dp..@softwaypro.gr) |
| Date: | Sat, 16 Sep 2006 13:26:44 |
Hi,
is there a way to ask from idHTTP to download a file giving it only a part
of the filename ?
e.g idHTTP.get('ABCD*',someStream).
I need this not to get all the matcing filenames (actually the filename is
unique) but to bypass a problem that i face with filenames that include
greek chars (unrecognised from HTTP).
thanks in advance