Hi,
I have a simple photo upload tool for a project. I use image.cfc (http://www.opensourcecf.com/imagecfc/) to resize uploaded images etc. When I use files which include spaces or underscores in file names, I have following error. Object Instantiation Exception. An exception occurred when instantiating a java object. The cause of this exception was that: . The error occurred in E:\SERVER\CFusionMX7\wwwroot\damg\cfc\image.cfc: line 212 Called from E:\SERVER\CFusionMX7\wwwroot\damg\cfc\image.cfc: line 142 Called from E:\SERVER\CFusionMX7\wwwroot\damg\v5\admin\dsp_photos_upload.cfm: line 31 Called from E:\SERVER\CFusionMX7\wwwroot\damg\v5\admin\dsp_adminhome.cfm: line 48 Called from E:\SERVER\CFusionMX7\wwwroot\damg\v5\admin\index.cfm: line 23 Called from E:\SERVER\CFusionMX7\wwwroot\damg\cfc\image.cfc: line 212 Called from E:\SERVER\CFusionMX7\wwwroot\damg\cfc\image.cfc: line 142 Called from E:\SERVER\CFusionMX7\wwwroot\damg\v5\admin\dsp_photos_upload.cfm: line 31 Called from E:\SERVER\CFusionMX7\wwwroot\damg\v5\admin\dsp_adminhome.cfm: line 48 Called from E:\SERVER\CFusionMX7\wwwroot\damg\v5\admin\index.cfm: line 23 210 : return retVal; 211 : } 212 : resizedImage.init(javacast("int",w),javacast("int",h),img.getType()); 213 : 214 : w = w / img.getWidth(); I have ColdFusion MX 7 on Win XP Pro and Win2003 Server with same error. Any idea? TIA! Oðuz Demirkapý ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232799 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

