I really prefer not to. All of my sites are named with this convention. It would be great if there was another way around this. All my other cfdirectory and cffile stuff works fine with this type of pathing so I'm not sure why cfimage won't.
-----Original Message----- From: Rick Faircloth [mailto:[email protected]] Sent: Saturday, January 02, 2010 2:06 PM To: cf-talk Subject: RE: CFIMAGE Path Issue > The com\www\images\members\ image format is not supported on this operating system Yes, it definitely looks like the code is interpreting everything after the "." as the file extension...can you rename the "website.com" directory to just "website"? Rick -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Saturday, January 02, 2010 1:55 PM To: cf-talk Subject: CFIMAGE Path Issue I'm trying to use CFIMAGE for the first time and running into an issue. I am guess it is because my path has a period in it but I am not sure and I am not sure how to get around it if that is indeed the problem. I'm using ExpandPath to get the directory path but I have tried it other way with the same result. The path is C:\Websites\mywebsite.com\www\images I'm just trying to take a file in the C:\Websites\mywebsite.com\www\images\temp directory and resize it then rename it to the memberid with 300 on the end and save it to this directory C:\Websites\mywebsite.com\www\images\members <cfimage action = "resize" height = "" source = "#ExpandPath("..\images")#\temp\#TempFileName#" width = "300" optional destination = "#ExpandPath("..\images")#\members\" name = "#ARGUMENTS.MemberID#300" format = "jpg" overwrite = "yes"> I keep getting the folowing error. The com\www\images\members\ image format is not supported on this operating system. Any ideas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329386 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

