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[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]Clint Davis
[waitforfile file=myDirectory.zip][redirect myDirectory.zip][/waitforfile]
DOWNLOAD WEBDNA NOW!
WebDNA applications...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
WebDNA ModulesA list of the currently available modules...
F.A.QA compilation of some user's questions...
WebDNA LibrariesA list of available libraries for WebDNA...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Find duplicate records and do something with them...
Removing whitespaceHow can I remove all whitespace entered by a user from an input box (ie card number)...
Redefining [date] & [time] to match your time zoneYour server is not always in the same time zone as your web site...
Spaghetti codeHow to get rid of very long search strings...
Hideif on IP rangeThis will show or hide stuff according to the IP...
Annoying character on writefileHow do I get rid of or convert the line feed character during a writefile?...