CFIMAGE Path Issue

2010-01-02 Thread webmaster
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

RE: CFIMAGE Path Issue

2010-01-02 Thread Rick Faircloth
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:

RE: CFIMAGE Path Issue

2010-01-02 Thread webmaster
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

RE: CFIMAGE Path Issue

2010-01-02 Thread brad
Are you sure the TempFileName variable has a value? Aslo, CF9's VFS might be faster/easier for your temp directory. ~Brad Original Message Subject: CFIMAGE Path Issue From: webmas...@pegweb.com Date: Sat, January 02, 2010 12:55 pm To: cf-talk cf-talk@houseoffusion.com

RE: CFIMAGE Path Issue

2010-01-02 Thread Leigh
Are you sure the TempFileName variable has a value? I had no problems on windows. So I too suspect the path is not valid. What is the value of: #ExpandPath(..\images)#\temp\#TempFileName# ? ~| Want to reach the