Hi, I'm trying to upload files in a custom content type using the "file" formtool but I don't want them secured, I want to serve them directly from the webroot. The "core" dmFile.cfc has filename set as ftSecure=false, and it inserts into the database as /dmfile/ myfilename.pdf however FarCry is saving the file under /securefiles/ dmfile/myfilename.pdf. Even stranger is that sometimes it actually puts the file under /files/dmfile/myfilename.pdf
So the database has /dmfile, but the file is saved under either / securefiles/dmfile or /files/dmfile Can anyone shed some light here? Basically it seems farcry is saving the correct path in the database (as per the ftDestination property) but saving on the filesystem in different places. And also, is it possible the ftDestination isn't a relative path from the webroot? I say this because it seems like ftDestination is appended to either "/ files" or "/securefiles". Ideas? -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
