Yes, this code is broken. You have a logic error.  The code inside the
CFCATCH will only execute of the code in the CFTRY fails.  The syntax
on the CFCATCH tag is wrong as you have no type declared, and the code
on the first line inside the CFCATCH is the same as what you just
tried.  So if it fails on the TRY it will fail inside the CFCATCH.

Also, to display images in a browser, you need that url path to the
image, not the physical path.

On Sun, Jul 13, 2014 at 8:18 AM, Matthew Smith <chedders...@gmail.com> wrote:
>
> I have uploaded the images to:
>
>  /site_ttheartoflovingcatsanddogs_com/toalcad_images
> /taolcad_images/
> /site_ttheartoflovingcatsanddogs_com/main/taolcad_images
>
> I have tried:
> /taolcad_images/
> ../../taolcad_images
> This code is broke:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to