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!
Amazon Web Services (AWS) README for Machine Image ID...
WebDNA reference...
F.A.QA compilation of some user's questions...
WebDNA LibrariesA list of available libraries for WebDNA...
Download WebDNA ApplicationsWebDNA applications...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
How to get rid of very long search strings...
How to create a RSS feedHow to create a RSS feed from yourdatabase on formation...
How to keep the text variable after a function has finishedBy default...
ImageMagickUse ImageMagick to manipulate images when you upload them...
Cloning a RecordOften...
Extracting the first sentence out of a block of textI need to extract the first sentence out of a block of text...