programming help search
Search Only:

Search Keyword add image zip file with truezip

Total: 40 results found.

Page 1 of 2
...  use the functions add_dir() and add_file() to build the zip file; see example code below by Eric Mueller [url]http://www.themepark.com[/url]  ...
...          function add_file($data, $name)           // addfile to archive        ...
I am using MySQL and PHP to show a picture on a page defined by $id in the URL. Is there a way I can make it available to visitors to hit a download button and then it gives them a zip file ...
... after file has been renamed and downloaded. Here is file listing showing the different file sizes: Code: -rw-rw-r-- 1 hanji users 78276 Apr 29 11:42 4adddf640a2ca7568ebd1549d1978fa1 -rw-rw-r-- ...
Hi Ive been seaching for a solution for this for days, to no avail. I have a script (php pure upload DW ext) which uploads a zip file to a dynamically created directory. On completion, I ...
hi, currently i have a script runnging that reads a directory images and then outputs them in a gallery with thumbnails. the images have to be manually ftpd to the directories. i am now ...
I can get xslt transformations fine, and I can read the files that exist in a zip file fine. However, when attempt to transform the XML files within a zip file, Im not having any luck. So, ...
Okay, Ill get right down to it... I have a website that is used for datawarehousing purposes. The first page of the website creates a table in my database, and then pulls the data from ...
I need to list the filename, file size and modifed date for each file within a zip file. File size and mod date are a luxury. I have tried a few things so far but the closest i can get is ...
... is being transfered using file_get_contents() and the file is protected by a HTTP Basic Authentication. My concern is that the data within the GZIP file will be quiete sensitive (We plan to add a members ...
...  var $old_offset = 0; function add_dir($name) { $name = str_replace("\", "/", $name); $fr = "x50x4bx03x04"; $fr .= "x0ax00"; $fr ...
...  use the functions add_dir() and add_file() to build the zip file; see example code below by Eric Mueller [url]http://www.themepark.com[/url]  ...
Hi, I need to output a zip file in one of my php applications and so came up with this script to read and output a .zip file. PHP Code: <?php $handle = fopen(gmail.zip, rb);  ...
My database contains a list of file names. I want to create a checkbox for each file, and after choosing all the files I want, I can zip them into a zip file in a temp directory and display the ...
Hai I want to create and read Zip files using PHP 4.3.4.There are functions for dealing with Zip files under PHP 4.0.4 to 4.3.2(eg:"zip_open(..),zip_read(..)".If ...
... suddenly were being created with the permissions set to 600 instead of 644. The only thing I changed in the script was adding to $outputstring so I dont think its related to that. Any ideas on how ...
Hi all, I am trying to search a directory for certain files. example: /web (contains 4 files) car_green.jpg car_red.jpg bike_green.jpg bike_yellow.jpg What I want ...
... . "_" . $finishYear; $zipfile = new zipfile(); $zipfile -> addFile($dump_buffer, $filename . $extbis); $dump_buffer = $zipfile -> file(); header(Content-Type: . $mime_type); ...
Hello all, Im trying to retrive a zip file from an https:// site that contains a nightly data dump, and I want to automate it. Ive done some searching here in the forums, but I havnt found ...
Hi, Ive been wrestling for several months now with this issue in IE: http://support.microsoft.com/?kbid=308090 (IE thinks that ZIPs sent from a script are corrupt when they are not). ...
<< Start < Prev 1 2 Next > End >>