Re: Working With Images...Still looking

2009-12-14 Thread Barry Mcconaghey
Hello. I was able to upload an image and add it to my DB using CF8 and MySQl this weekend. Can somebody tell me if this is correct. There are no error messages and the DB is also correct. Thanks Barry cfset thisDir = expandPath(images) !--- Determine whether the form is uploaded with

RE: Working With Images...Still looking

2009-12-14 Thread Rick Faircloth
Message- From: Barry Mcconaghey [mailto:bmcconag...@gmail.com] Sent: Monday, December 14, 2009 10:55 AM To: cf-talk Subject: Re: Working With Images...Still looking Hello. I was able to upload an image and add it to my DB using CF8 and MySQl this weekend. Can somebody tell me

Re: Working With Images...Still looking

2009-12-14 Thread Barry Mcconaghey
Yes and Yes. The DB and the directory is perfect. I was just wondering if I was leaving a temp image on the server every time I upload an image. Hi, Barry...sorry I took so long to get back to you...busy weekend. The code looks good as far as I can tell...the proof is always in the results.

Re: Working With Images...Still looking

2009-12-14 Thread Leigh
I was just wondering if I was leaving a temp image on the server every time I upload an image. Yes and no. ColdFusion places uploaded files in a special temporary directory, like the path mentioned in your earlier message:

Re: Working With Images...Still looking

2009-12-14 Thread Tony Bentley
just sent a reply. Tony's link did not work and I sent him an email via his contact form. No reply so far. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: Working With Images...Still looking

2009-12-14 Thread Barry Mcconaghey
OK...last newbie question. How do i add more than one photo to this code below. I added 4 new fields in the DB called (image2, image3, image4, image5) and 4 more cfinputs with the same names as the DB. Thanks Barry This code below works when adding 1 photo. cfset thisDir =

RE: Working With Images...Still looking

2009-12-14 Thread Rick Faircloth
whatever other actions, such as resize, using the imageFileField as your variable for each loop) /cfloop hth, Rick -Original Message- From: Barry Mcconaghey [mailto:bmcconag...@gmail.com] Sent: Monday, December 14, 2009 4:54 PM To: cf-talk Subject: Re: Working With Images...Still looking OK

Re: Working With Images...Still looking

2009-12-13 Thread Barry Mcconaghey
Hi Rick. I started with this code below: http://tutorial40.learncf.com/ I used two pages insert_form.cfm and insert_action.cfm I added a field in the DB called image to the artists table I also added a folder called user_photos On the insert_form.cfm page I added: cfform

Re: Working With Images...Still looking

2009-12-12 Thread Barry Mcconaghey
Any Help ? I am still looking for an interface that allows me to add a new image record, update a current image record, or delete a current image record with CF8. Thanks, Barry ~| Want to reach the ColdFusion community with

Re: Working With Images...Still looking

2009-12-12 Thread Joe None
Any Help ? I am still looking for an interface that allows me to add a new image record, update a current image record, or delete a current image record with CF8. Thanks, Barry What do you mean interface? You just need to code something that does this, as in writing a query to

Re: Working With Images...Still looking

2009-12-12 Thread Barry Mcconaghey
I was ask to help build a dynamic website for a volunteer fire department were they could add news and photos. I’m having trouble with the photos. I would like to be able to add, update, and delete or CRUD images to a database (MySQL) and have CF8 crop the images too. Next, display the

RE: Working With Images...Still looking

2009-12-12 Thread Rick Faircloth
understand your needs. Rick -Original Message- From: Barry Mcconaghey [mailto:bmcconag...@gmail.com] Sent: Saturday, December 12, 2009 8:28 AM To: cf-talk Subject: Re: Working With Images...Still looking Any Help ? I am still looking for an interface that allows me to add a new image record

RE: Working With Images...Still looking

2009-12-12 Thread Rick Faircloth
Also, did you have a look at Tony Bentley packaged solution for your site? Was it understandable and usable for you? Rick -Original Message- From: Barry Mcconaghey [mailto:bmcconag...@gmail.com] Sent: Saturday, December 12, 2009 8:28 AM To: cf-talk Subject: Re: Working With Images

Re: Working With Images...Still looking

2009-12-12 Thread Barry Mcconaghey
Hi Rick...Thanks for your time! Tony's link did not work and I sent him an email via his contact form. No reply so far. Here is an example of what I'm looking for but only that I want to add images to the ArtistID. I understand all this code in this example. The problem is with the images.

Re: Working With Images

2009-12-12 Thread Maureen
Have you considering using one of the existing content management systems. All of these functions already there. On Fri, Dec 11, 2009 at 4:55 AM, Barry Mcconaghey bmcconag...@gmail.com wrote: Hello. I was ask to help build a dynamic website for a volunteer fire department were they could

RE: Working With Images...Still looking

2009-12-12 Thread Rick Faircloth
-talk Subject: Re: Working With Images...Still looking Hi Rick...Thanks for your time! Tony's link did not work and I sent him an email via his contact form. No reply so far. Here is an example of what I'm looking for but only that I want to add images to the ArtistID. I understand all this code

Working With Images

2009-12-11 Thread Barry Mcconaghey
Hello. I was ask to help build a dynamic website for a volunteer fire department were they could add news and photos. I’m having trouble with the photos. Does anybody know of a free or paid website were I can find some coldfusion code to add, edit, update, and delete images. I would like to

Re: Working With Images

2009-12-11 Thread Jessica Kennedy
try googling cfimage, or if you like learning by example, download galleon forums and play around with the avatar uploader. i'm sure there are more (and possibly better) examples but it's the first thing that comes to mind Hello. I was ask to help build a dynamic website for a volunteer

RE: Working With Images

2009-12-11 Thread Rick Faircloth
Hi, Barry... Did you ever get any private response for your image-handling issue? (I see that no one has responded publicly...) Rick -Original Message- From: Barry Mcconaghey [mailto:bmcconag...@gmail.com] Sent: Friday, December 11, 2009 7:55 AM To: cf-talk Subject: Working

RE: Working With Images

2009-12-11 Thread Rick Faircloth
11, 2009 10:43 AM To: cf-talk Subject: Re: Working With Images try googling cfimage, or if you like learning by example, download galleon forums and play around with the avatar uploader. i'm sure there are more (and possibly better) examples but it's the first thing that comes to mind Hello

Re: Working With Images

2009-12-11 Thread Tony Bentley
Barry, Try installing this product I built. It handles single level categories and uses fckeditor for editing the image description but also does sorting, crop, rotate, many categories to one image relationships, etc. It also works with mysql and mssql.

Re: Working With Images

2009-12-11 Thread Barry Mcconaghey
. Rick -Original Message- From: Jessica Kennedy [mailto:police_kidnapped_your_child...@yahoo. com] Sent: Friday, December 11, 2009 10:43 AM To: cf-talk Subject: Re: Working With Images try googling cfimage, or if you like learning by example, download galleon forums and play