Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Nov : web service.
| Subject: | web service. |
| Posted by: | "Bob Bedford" (b..@bedford.com) |
| Date: | Fri, 3 Nov 2006 09:53:21 |
Hi all,
I've a website in PHP wich must unzip files. Sometimes, due to Hosting
limitations (memory limitation), this can't be done on the hosting.
Since I can't change hosting neither change settings (hosting has blocked
those changes), I'm thinking on doing something like ask the PHP script to
send to a program running on a XP machine in my company (as a service
maybe), to unzip the file and then upload it on the server.
Does anybody have a solution ?
I'm thinking on having a service running on my server that receive the file,
unzip it then upload to the server.
Another simpler solution would be to have a program running regularly on my
XP machine, downloading all ZIP files, unzip them then upload them. After
this the process that threat the unzipped files will be launched by the
service itself (a simple PHP page).
I don't know if it's the best solution, please give your advice.
Bob