Thanks for the quick reply. I think I should have been more detailed... I'm getting that error while trying to upload a single image through the "Media Library Image", under the content tab on my live box. I've got the CFXImage.dll set up and the reference in the Application.cfm (CFXImage is my only option on live as it's CF7)... but that set up seems to work fine on my dev box.
Other things I've tried: - The flex Bulk uploader gets an IOError (but you mentioned that probably wouldn't work). - Uploading an image with other images "generate from source" unticked gives the impression it's succeeded (completes and has media listed), but the preview of the media doesn't work and if you look in the images folder there is that extension-less "SourceImage" file, which if I add .jpg is the file i uploaded. Any other ideas? And on a different note, I watched your fortress presentation recording last night, looking forward to playing with that :) Thanks again Al On 16 Apr, 22:45, modius <[EMAIL PROTECTED]> wrote: > On Apr 17, 6:10 am, BigAlUK <[EMAIL PROTECTED]> wrote: > > > My dev (local) machine is running IIS7, CF8, MSSQL2005 Express and > > FarCry 4.0.10 and all works well when uploading (although the > > thumbnail seems to be distorted rather than padded, but that's another > > issue). > > This is an issue with the underlying Java image support we have in > place. You can easily fix this by using one of the following > plugins:http://docs.farcrycms.org/display/FCPLUG/FarCry+CFXImage(windows > only)http://docs.farcrycms.org/display/FCPLUG/FarCry+CFImage(cf8 only) > > > > > My Live environment is IIS6, CF7, MSSQL2005 Express and FarCry 4.0.10. > > But when I try to upload media I get a CF error: > > An exception occurred when performing a file operation copy on files > > C:\websites\frameworks\farcry409\projects\mysite/www/images/ > > SourceImage/SourceImage and C:\websites\frameworks\farcry409\projects > > \mysite/www/images/StandardImage/ > > The cause of this exception was: java.io.FileNotFoundException: C: > > \websites\frameworks\farcry409\projects\exient\www\images\SourceImage > > \SourceImage1 (The system cannot find the path specified). > > > (please disregard the 409 bit, it is the 410 core). I've checked the > > file permissions for IIS and CF, CF has modify so it should be able to > > read/write what it likes. It does create a "standardImage" folder but > > it also seems to create a "SourceImage" file in the images folder with > > no extension, if I add the image extension it is the original pic i > > uploaded. Im using the farcrycfximage (added after install, but did > > the same on dev and works great). > > Hmm.. can you upload an image to the system without using the Flex > bulk uploader? Try that first. It maybe that the bulk image uploader > can't create the directories if they are missing -- whereas I'm pretty > sure that the standard image formtool (ui element) will. > > -- geoffhttp://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
