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:

WebDNA Modules

A list of the currently available modules...

WebDNA Libraries

A list of available libraries for WebDNA...

Download WebDNA Applications

WebDNA applications...

F.A.Q

A compilation of some user's questions...

[biotype]

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

WebDNA reference

...

Related Readings:

Export data to Excel

Here's a handy way to export your data to a text or Excel file...

random password-generator code

Generate a random alpha-numeric string...

Write Once Use Many

Reuse the same code over and over again on your site with the [include] context...

Cloning a Record

Often...

PayPal gateway

...

Using a simple Array of Variables with [interpret]

The [interpret] context is very powerful command in the hands of a skilled WebDNA programmer...