Scott Stroz wrote: > I am trying to run FarCry with CF8 and everything seems to work quite > well with the exception of uploading images. When an images is > uploaded, actually it seems like it in the part of the code trying to > resize the image, I get the following error: > > Object Instantiation Exception. > An exception occurred when instantiating a Java object. The class must > not be an interface or an abstract class. Error: ''.
I haven't gotten to that error yet, but I figure I will. I got that same error on another project of mine, where I had been using ImageCFC to handle image manipulation. At the time, I didn't have time to diagnose it, so I just replaced the ImageCFC routines with the new CFImage tag that's part of CF8. It works almost identically, so conversion is fairly straightforward. Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
