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!
...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA ModulesA list of the currently available modules...
WebDNA LibrariesA list of available libraries for WebDNA...
Tips and TricksA list of user-submitted tips ...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
Generate a random alpha-numeric string...
Setting a 30-minute CookieConfiguring the expires time for a short-term cookie is tricky...
Export data to ExcelHere's a handy way to export your data to a text or Excel file...
Hideif on IP rangeThis will show or hide stuff according to the IP...
Find duplicate recordsFind duplicate records and do something with them...
How to keep the text variable after a function has finishedBy default...