From: twocans on
Any one here know of an extension that will zip uploaded files. ASP or dot
net.

regards

k


From: Dooza on
twocans wrote:
> Any one here know of an extension that will zip uploaded files. ASP or dot
> net.
>
> regards
>
> k
>
>

If you can install components on your server try something like this:
http://www.softcomplex.com/products/asp_zip_component/

or this

http://www.xstandard.com/en/documentation/xzip/

Google found these when I looked for aspzip, there are loads more out there.

Steve
From: twocans on
Thanks Dooza,
I am on a shared server which is a pain, I did remember the other year using
puruploads from dmxzone zip file on upload but that is no longer available.
pity really.

k


From: Dooza on
twocans wrote:
> Thanks Dooza,
> I am on a shared server which is a pain, I did remember the other year using
> puruploads from dmxzone zip file on upload but that is no longer available.
> pity really.

Maybe if you could explain what you want to do we might be able to help
you find what your after. Is it zipping files after they have been
uploaded?

Steve
From: twocans on

At present I can nearly do all my client wants, Upload 5 images all at high
res, have them water marked and reduced in size. that works fine, but I
also need the orignal images to be zipped and the zip file given a unique
name. I can give the zip files a unique name np but it is the actual
function of creating a zip I cant do as I use to rely on dmxzones zip file
on on upload but that is no longer available.

regards

k