WebDNA interaction with zip

I have a project where I'm allowing several people to upload images, then later one person needs to retrieve all of them. I would like to create a .zip archive of the folder.

numero = 42
interpreted = N
texte = You could zip them using a shell and have WebDNA waitforfile before allowing the download. Something like this:
[shell]zip -r myDirectory myDirectory[/shell][waitforfile file=myDirectory.zip][redirect myDirectory.zip][/waitforfile]
You could zip them using a shell and have WebDNA waitforfile before allowing the download. Something like this:

[shell]zip -r myDirectory myDirectory[/shell]
[waitforfile file=myDirectory.zip][redirect myDirectory.zip][/waitforfile]
Clint Davis

DOWNLOAD WEBDNA NOW!

Top Articles:

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

F.A.Q

A compilation of some user's questions...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

WebDNA Modules

A list of the currently available modules...

Tips and Tricks

A list of user-submitted tips ...

WebDNA reference

...

Related Readings:

random password-generator code

Generate a random alpha-numeric string...

How to create a RSS feed

How to create a RSS feed from yourdatabase on formation...

Paypal IPN

...

Spaghetti code

How to get rid of very long search strings...

How many working days?

This small script finds the number of working days between two dates...

Extracting the first sentence out of a block of text

I need to extract the first sentence out of a block of text...