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. -- geoff http://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 -~----------~----~----~----~------~----~------~--~---
