code
search
solutions
software
Search
Search
programming help search
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Only:
Articles
Search Keyword
add image zip file with truezip
Total: 40 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 2
1.
adding images to zip files with php
... 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] ...
2.
creating zip archives with password
... function
add
_
file
($data, $name) //
add
s
file
to archive ...
3.
Creating Zip Files On The Fly
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
...
4.
problem forcing download on zip files
... 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 4
add
df640a2ca7568ebd1549d1978fa1 -rw-rw-r-- ...
5.
Upload zip file and unzip when complete
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 ...
6.
Reading Images from a zip file
hi, currently i have a script runnging that reads a directory
image
s and then outputs them in a gallery
with
thumbnails. the
image
s have to be manually ftpd to the directories. i am now ...
7.
xslt transformation from within a zip file
I can get xslt transformations fine, and I can read the
file
s that exist in a
zip
file
fine. However, when attempt to transform the XML
file
s
with
in a
zip
file
, Im not having any luck. So, ...
8.
PHP 404 Error when dealing with larger zip files
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 ...
9.
Reading zip file contents with zlib
I need to list the
file
name,
file
size and modifed date for each
file
with
in 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 ...
10.
Transfering GZip File
... is being transfered using
file
_get_contents() and the
file
is protected by a HTTP Basic Authentication. My concern is that the data
with
in the G
ZIP
file
will be quiete sensitive (We plan to
add
a members ...
11.
zip file creation problem
... var $old_offset = 0; function
add
_dir($name) { $name = str_replace("\", "/", $name); $fr = "x50x4bx03x04"; $fr .= "x0ax00"; $fr ...
12.
storeing a created zip file on server?
... 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] ...
13.
Outputting a ZIP File
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); ...
14.
How to zip files in PHP
My database contains a list of
file
names. I want to create a checkbox for each
file
, and after choosing all the
file
s I want, I can
zip
them into a
zip
file
in a temp directory and display the ...
15.
Creating and reading Zip files in PHP 4.3.4
Hai I want to create and read
Zip
file
s using PHP 4.3.4.There are functions for dealing
with
Zip
file
s under PHP 4.0.4 to 4.3.2(eg:"
zip
_open(..),
zip
_read(..)".If ...
16.
fwrite/fopen creating files with wrong permissions
... suddenly were being created
with
the permissions set to 600 instead of 644. The only thing I changed in the script was
add
ing to $outputstring so I dont think its related to that. Any ideas on how ...
17.
How to check for files with a wildcard???
Hi all, I am trying to search a directory for certain
file
s. example: /web (contains 4
file
s) car_green.jpg car_red.jpg bike_green.jpg bike_yellow.jpg What I want ...
18.
back button of browser displays the compressed file while downloading the zip file
... . "_" . $finishYear; $
zip
file
= new
zip
file
(); $
zip
file
->
add
File
($dump_buffer, $
file
name . $extbis); $dump_buffer = $
zip
file
->
file
(); header(Content-Type: . $mime_type); ...
19.
.zip file download from https://
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 ...
20.
Serving ZIP files to IE using PHP
Hi, Ive been wrestling for several months now
with
this issue in IE: http://support.microsoft.com/?kbid=308090 (IE thinks that
ZIP
s sent from a script are corrupt when they are not). ...
<<
Start
<
Prev
1
2
Next
>
End
>>
Popular Resources
warning fsockopen [function fsockopen] unable to connect udp
checkbox input flash as3
Latest Resources
fwrite unexpected errors
Overlaying text on an image being uploaded.
function has error on array
function that see if a variable contains something?
getting string containing quote in same page
Web Stats