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!
A list of available libraries for WebDNA...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
WebDNA reference...
WebDNA ModulesA list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Often...
random password-generator codeGenerate a random alpha-numeric string...
WebDNA interaction with zipI have a project where I'm allowing several people to upload images...
Export data to ExcelHere's a handy way to export your data to a text or Excel file...
Do you hate updating the copyright notice at the bottom of all your pages?It's January 1st and you have to update the copyright notice at the bottom of all your websites...
Paypal IPN...