Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : resize images.
| Subject: | resize images. |
| Posted by: | "Bob Bedford" (b..@bedford.com) |
| Date: | Tue, 26 Sep 2006 14:27:01 |
Hi all.
It is possible to receive pictures from a webserver (POST) then send back
them after some modifications?
How to do so ? Ideally we are looking for creating a remote service that
listen for POST calls. As our server is on Linux (PHP) we can't create a
Linux CGI, and our ISP don't allow this. We are looking for a remote service
for our program.
Where to start ?
Bob