I have an area of my web site that I allow image uploads without signing in. However if I person never activates their listing I would like to flush those images on a daily basis.
How do I query the table of good images and then <cffile action="delete" file="d:\inetpub\example\photos\#x#"> the ones that are not in the table?
Dave
How do I query the table of good images and then <cffile action="delete" file="d:\inetpub\example\photos\#x#"> the ones that are not in the table?
Dave