On Aug 22, 10:29 pm, Robin <[EMAIL PROTECTED]> wrote: > Marco, thanks, it worked. > > Any idea where flash files get put when uploaded by the library > manager? I thought it was under Files/dmFlash, but I see the folders > but no flash file, even though the library manager tells me its there?
Ok great that worked out for you, i think you might check the following file for your current problem: farcry\core\packages\formtools\file.cfc Then search for: <cfparam name="arguments.stMetadata.ftRenderType" default="html" /> On rule 28 and 161 you find it, if the parameter default is set to flash then change it in html as the example above. In this case the library manager only tells there is a item with that title, that info, and so on, but the actual file is not uploaded and also the filename is not inserted in the database, so all you see is the textual info. It had something to do with the flash upload code then didn't worked out well, that's why the newest release of farcry comes with the default already set to html. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
