Thanks for the quick reply Geoff.....this turned out to be something dumb on my behalf.
In file.cfc: core/packages/formtools/file.cfc I have changed line 28 so it defaults to html rather than flash, but missed the same option on line 161. The second one is where the file is actually uploaded and checked (I assume the flash widget is doing this in it's own functions). As soon as I changed the second default to html, the problem went away. So much time wasted by missing one line....:( I guess if I had just extended dmFile and set the default there, the problem would have been fixed but I didn't want to do this for every project. Again, thanks for replying so quickly. Cheers Mark On Jun 2, 2:20 pm, modius <[EMAIL PROTECTED]> wrote: > On Jun 2, 12:42 pm, [EMAIL PROTECTED] wrote: > > > The file upload in 4.0.10 is causing us a heap of grief. Main issue > > is after clicking "Save" the file never uploads to the server, yet > > there are no error messages (even in the coldfusion logs). After it > > saves the record if you open the object again, there is nothing listed > > for the filename nor is there any entry in the database field. The > > file is also not on the server. > > Random thoughts... > > It might be a CF permissions issue. You can get weird things when you > don't have a CF_temp directory created or have weird permissions on > said directory (this is where CF temporarily stores the file on upload > before moving tot he designated location). Could be the location you > are moving the file to is not created or has odd permissions. > > Try setting the entire CF install and project install directory > branches to full control for the CF service and see if that makes a > difference. Then you can go aboiut locking down the directories until > it fails again. > > -- 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 -~----------~----~----~----~------~----~------~--~---
