From: Dooza on
twocans wrote:
> 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.

It sounds like your going to need a server side component to do that for
you, I don't think it can be done in code alone, but I could be proved
wrong.

If I had a client with a site doing these kind of operations I would get
them to go on a dedicated server where you have complete control, but I
guess it depends on how busy the site is going to be.

Steve
From: twocans on
thanks steve,
i dropped an email to dwzone-it and was told they will look at this and will
let me know if they are to create a suitable extension in the near future.

regards

k


From: Dooza on
twocans wrote:
> thanks steve,
> i dropped an email to dwzone-it and was told they will look at this and will
> let me know if they are to create a suitable extension in the near future.

That was going to be my other suggestion :) If they can do it without a
component I would be interested too.

Steve