downloading a zip archive from another server
- From: Michaelp <michaelp@xxxxxx>
- Date: Thu, 2 Oct 2008 05:14:23 -0700 (PDT)
Hello!
I have a PHP-program that opens an archive and operates on its
contents. I would like the program to download the file over http,
possibly from a foreign server, using a URL.
I have tried using ZipArchive::open, with the URL as the filename, but
this gives me an error code 11 (the meaning of which is not documented
anywhere I could see).
How do I accomplish this?
Thanks
Michael
.
Relevant Pages
- Fwd: [PHP] Problems with Zip+IE6
... And it really doesn't matter what software you have to work with zip ... say "save it" it will download the zip file to a temp folder and then move ... opens anyway the zip application with the temp file location, ... (php.general) - Re: Help please Internet Explorer erro
... Another development now is if I open Windows Explorer ... plus if I type a burl in the address bar it opens that site? ... > attributes and renames the HOSTS file incorrectly to hosts. ... > Unzip the Download file in a NEW FOLDER that you can create before you ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Downloading WMV files
... WMV files located on my hard drive already open with the proper media player. ... PAGE, not a file already downloaded to my hard drive, and have the download box open automatically without prompting, not asking me ... I simply do not want to have to save all of these files to my hard drive before playing. ... >> then opens my media player. ... (microsoft.public.windowsxp.help_and_support) - Re: Downloading a Word Document
... That was an ad hoc upload that is no longer needed. ... download through a browser if they're documents. ... Suzanne S. Barnhill ... > If the Word document opens within IE, ... (microsoft.public.word.newusers) - Re: Assembly conversion to Pocket Pc format
... string strfilename = ... for .NET assemblies, i.e. it is simply passing them through unmodified. ... rather I want to download from HTTP or HTTPS. ... (microsoft.public.dotnet.framework.compactframework) |
|