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. -- 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 -~----------~----~----~----~------~----~------~--~---
