Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cosmo999 #1
CFFILE and image props
I have used CFFILE many times with success. I now have a client that wants to
upload images but wants to know if there is a way for me to have the site
verify the image dimensions prior to upload.
Does anyone know of a way to do this?
Thanks.
cosmo999 Guest
-
<cffile.... accept="image/*"....
<cffile action="UPLOAD" filefield="file_path1" destination="#destination#" nameconflict="MAKEUNIQUE" accept="image/*"> the code works fine... -
"Page" and "Rect" props of the Field prop in Javascript API
Page property of the Field property in Javascript Acrobat API returns an array of pages that this field exists in. On the other hand, "rect" property... -
Major props to Forta
Just wanted to give big ups to my man Ben Forta. I purchased his web application construction kit. Not only is it a great reference tool and a fun... -
Saving image within CFFILE, not <img src
Is there a way to place the result of a cfchart, or any other image file, into an RTF document so that the source picture can be deleted from the... -
Major props to this NG
Although I've been on-line since compuserv, I'm new to Flash developing. After finding this NG accidentally, I just wanted to congratulate y'all on... -
mpwoodward *TMM* #2
Re: CFFILE and image props
On 2005-06-20 11:15:25 -0500, "cosmo999" <brian.kortland@aig.com> said:
This isn't possible prior to upload without using a java applet or> I have used CFFILE many times with success. I now have a client that
> wants to upload images but wants to know if there is a way for me to
> have the site verify the image dimensions prior to upload.
>
> Does anyone know of a way to do this?
>
> Thanks.
something similar, but you can certainly verify the size after upload
using ColdFusion. You do need to use an add-on component since CF
doesn't do this natively, but there are plenty out there. Alagad Image
Component ([url]http://www.alagad.com[/url]) is probably the most comprehensive,
and there are also some listed on the Macromedia Developer's Exchange.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

