RE: Uploading X number of photos at one time?

2006-08-28 Thread Andy Matthews
certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 2:52 PM To: CF-Talk Subject: Re: Uploading X number of photos at one time? Andy

Re: Uploading X number of photos at one time?

2006-08-28 Thread Larry Lyons
I'm building an admin section for a client to manage inventory of his products. The products are higher-end so he'd like to have up to 10 photos for each item. I will need to create multiple sizes of each picture using Rick Root's Image.cfc. What might be the best way to work with anywhere from 1

Re: Uploading X number of photos at one time?

2006-08-28 Thread Aaron Rouse
What you have pasted is similar to the methods I have taken in the past for this. One could however use something like DWRUtil that comes with ajaxCFC, here is a quick example I made via one of his online ones. I did not test it out extensively, was just trying to throw out an option that I had

RE: Uploading X number of photos at one time?

2006-08-28 Thread Andy Matthews
Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 9:24 PM To: CF-Talk Subject: RE: Uploading X number of photos at one time? Paste all of this in a .html file and run it. Click the [Add another Image Uploader] link to add more fields. I would of course

Re: Uploading X number of photos at one time?

2006-08-28 Thread Aaron Rouse
Subject: RE: Uploading X number of photos at one time? Paste all of this in a .html file and run it. Click the [Add another Image Uploader] link to add more fields. I would of course limit this to a maximum number of images at once. (way less than 10) To upload multiple images at one time

RE: Uploading X number of photos at one time?

2006-08-28 Thread Ray Champagne
. Ray -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 11:53 AM To: CF-Talk Subject: RE: Uploading X number of photos at one time? Sorry that I didn't respond to this post. Is it possible to limit the amount of upload fields the user can

RE: Uploading X number of photos at one time?

2006-08-28 Thread Bobby Hartsfield
} ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 11:53 AM To: CF-Talk Subject: RE: Uploading X number of photos at one time? Sorry that I didn't respond to this post

Re: Uploading X number of photos at one time?

2006-08-26 Thread Robertson-Ravo, Neil (RX)
Hartsfield To: CF-Talk Sent: Sat Aug 26 03:23:54 2006 Subject: RE: Uploading X number of photos at one time? Paste all of this in a .html file and run it. Click the [Add another Image Uploader] link to add more fields. I would of course limit this to a maximum number of images at once. (way less than

RE: Uploading X number of photos at one time?

2006-08-26 Thread Bobby Hartsfield
You still have to worry about timeouts with flash forms, yes? ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 8/25/2006

Re: Uploading X number of photos at one time?

2006-08-26 Thread Crow T. Robot
Thanks, Bobby, that is pretty slick. I appreciate it. And Neil, while I really like the various features of Flash 8, you still have to worry about your users who don't have the newest version of Flash. This has always been my beef with Flash forms/features. On 8/26/06, Bobby Hartsfield

Re: Uploading X number of photos at one time?

2006-08-26 Thread Robertson-Ravo, Neil (RX)
at http://www.reedexpo.com -Original Message- From: Crow T. Robot To: CF-Talk Sent: Sat Aug 26 14:26:51 2006 Subject: Re: Uploading X number of photos at one time? Thanks, Bobby, that is pretty slick. I appreciate it. And Neil, while I really like the various features of Flash 8, you

RE: Uploading X number of photos at one time?

2006-08-25 Thread Ray Champagne
: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 2:49 PM To: CF-Talk Subject: RE: Uploading X number of photos at one time? What are your thoughts on this? Don’t have much to say about the load, but I do have some DHTML logic that allows one to create a single form

Re: Uploading X number of photos at one time?

2006-08-25 Thread Jim Wright
Andy Matthews wrote: I'm building an admin section for a client to manage inventory of his products. The products are higher-end so he'd like to have up to 10 photos for each item. I will need to create multiple sizes of each picture using Rick Root's Image.cfc. What might be the best way

Re: Uploading X number of photos at one time?

2006-08-25 Thread Casey Dougall
Something like this basically loop through your images and stuff after you submit your form kinda like you would when you want to update multiple rows in a database in the same time... I chopped this out of a couple of scripts but you'll get the idea. !---FORM FIELDS--- cfform cfloop

RE: Uploading X number of photos at one time?

2006-08-25 Thread Bobby Hartsfield
Paste all of this in a .html file and run it. Click the [Add another Image Uploader] link to add more fields. I would of course limit this to a maximum number of images at once. (way less than 10) To upload multiple images at one time without worrying about timeouts youll have to look into

Uploading X number of photos at one time?

2006-08-25 Thread Andy Matthews
I'm building an admin section for a client to manage inventory of his products. The products are higher-end so he'd like to have up to 10 photos for each item. I will need to create multiple sizes of each picture using Rick Root's Image.cfc. What might be the best way to work with anywhere from 1

RE: Uploading X number of photos at one time?

2006-08-25 Thread Ian Skinner
What are your thoughts on this? Don’t have much to say about the load, but I do have some DHTML logic that allows one to create a single form field (or set of them) and a link that allows the user to add more as needed. If you like, I can hunt down the example. -- Ian Skinner