You're referring to Ian's code, I assume? Downsampling is a problem. I use a tag from Efflare to handle images once they're on the server, but I have to encourage clients not to upload their full-resolution, large-file images to the server...takes up too much space.
I use Efflare's CFX_JPG2 tag (or something similar to that name) for processing images for display, creating new files from the source. However, I'd have to upgrade to their most costly solution CFX_ImageFlare or CFX_ImageCR, to get more image processing capability. As far as me doing some "clever programming" with JavaScript...afraid I can't touch that... :o) Rick -----Original Message----- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 5:49 PM To: CF-Talk Subject: RE: How to Browse and Choose Directory... For galleries, I strongly suggest you consider the applet solution more seriously. With some clever programming, you can save tons of time, downsampling the images in the applet before uploading them to the server, making them a fraction of their real size... -Dov -----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 5:46 PM To: CF-Talk Subject: RE: How to Browse and Choose Directory... Rick Faircloth But, actually, since the photos in a gallery may only number 20-25, the easiest way is to simply do what I've been doing...supplying 5 CFFILE forms on a page and let them repeat the uploading 4 or 5 times. We're not talking huge numbers of photos, so the process is no big deal. Did you catch my code that lets a user add as many file inputs as they need. Basicly the same idea a yours, but they can do it client side, before anything is uploaded. All normal caviats apply. -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198287 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

