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!
This Technical Change History provides a reverse chronological list of WebDNA changes...
Tips and TricksA list of user-submitted tips ...
WebDNA reference...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
WebDNA LibrariesA list of available libraries for WebDNA...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
It's January 1st and you have to update the copyright notice at the bottom of all your websites...
Extracting the first sentence out of a block of textI need to extract the first sentence out of a block of text...
Using a simple Array of Variables with [interpret]The [interpret] context is very powerful command in the hands of a skilled WebDNA programmer...
File upload example...
reCAPTCHA codereCAPTCHA helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions...
Redefining [date] & [time] to match your time zoneYour server is not always in the same time zone as your web site...