Are you in MX+? If so have you tried Image.cfc? http://www.opensourcecf.com/imagecfc/
It uses the java image stuff and is really the precursor to CFIMAGE in CF8. I have found it to be a lot more customizable then using the CFX_IMAGE tag... and java to boot! -J.J. On 6/25/07, Matt Gai <[EMAIL PROTECTED]> wrote: > > I am using CFFILE to allow users to upload a photo. I have to ACCEPT > image/pjpeg files because that sems to be the default mime type for > photos captured with a digital camera. However, the second I use a > CFX_IMAGE tag to manipulate that uploaded file, cold fusion throws an > error: > "... not a valid image file". The same code works perfectly well for > all other images. Is there a fix? A workaround? Anything? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| CF 8 â Scorpio beta now available, easily build great internet experiences â Try it now on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282176 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

