Answered
Problems with images displaying within document..but no errors
Hi,
I created a simple CFFile upload page within the admin of a content management system I built. I'm able to upload image files into a designated image directory with no errors.
<cffile action="upload" accept="image/jpg, image/jpeg, image/gif, image/png" nameconflict="makeunique" filefield="imagefile" destination="" />
In a separate area of the CMS I'm using <cf directory> to view and select the images within the directory.
<cfdirectory action="list" directory="" name="rsImages" sort="name" filter="*.jpg" />
Everything seems great and I'm getting no errors. The images are actually being transferred to the web server but they are not appearing within the document. No errors, though. I'm completely stumped. I've tried several things to no avail. Any help is greatly appreciated.
thanks,
Luis
I created a simple CFFile upload page within the admin of a content management system I built. I'm able to upload image files into a designated image directory with no errors.
<cffile action="upload" accept="image/jpg, image/jpeg, image/gif, image/png" nameconflict="makeunique" filefield="imagefile" destination="" />
In a separate area of the CMS I'm using <cf directory> to view and select the images within the directory.
<cfdirectory action="list" directory="" name="rsImages" sort="name" filter="*.jpg" />
Everything seems great and I'm getting no errors. The images are actually being transferred to the web server but they are not appearing within the document. No errors, though. I'm completely stumped. I've tried several things to no avail. Any help is greatly appreciated.
thanks,
Luis
