Scary Memory leaks and problems with this tag that isn't even supported. -----Original Message----- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 12:56 PM To: CF-Talk Subject: Re: (Thumbnail) Photo gallery custom tag? http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3475C6-2830-11D4-AA 9700508B94F380&method=Full Found it by searching for "Thumbnail" oddly enough ;) This tag resizes and creates thumbnails for uploaded files, but I'm sure you can make it behave like you want by altering this bit of the code in the tag: <!---Generate Thumbnail---> <cfx_image action="iml" file="#attributes.imagepath#\#photo#" commands=" resize #attributes.thumbsize# write #attributes.thumbpath#\#attributes.prefix##photo# "> Todd Ashworth ----- Original Message ----- From: "Chris Montgomery" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 11:58 AM Subject: RE: Photo gallery custom tag? | I have the exact same need, but my question relates to dynamically | generating thumbnail images from the full-sized image files. Anyone know if | there is a custom tag that can do this? | | Thanks, | | Chris Montgomery [EMAIL PROTECTED] | | Web Development & Consulting http://www.astutia.com | Allaire Consulting Partner | 210-490-3249/888-745-7603 Fax 210-490-4692 | AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78 | | > -----Original Message----- | > From: Maia, Eric [mailto:[EMAIL PROTECTED]] | > Sent: Wednesday, January 24, 2001 1:07 PM | > To: CF-Talk | > Subject: Photo gallery custom tag? | > | > Has anyone seen, or written, a tag to provide a "photo gallery" type | > interface that allows visitors to browse pages of thumbnails, then go to a | > detail page to view the full-size photo? This seems very basic, | > but I can't find one in the developer's exchange. | > | > I can probably write this pretty quickly, but I'm hoping I can save the | > effort, since it must have been done many times before. | > | > Thanks - Eric | | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

