Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, this is necessary for security reasons. It prevents filename guessing and removes filename based vulnerabilities. No you shouldn't comment it out and we can not assist you with doing so if you choose to do so.1. Is it necessary for the files to be renamed in the process of uploading? It appears that a random number is being added to the end of the file name. Can we comment out that code so that the original file name is intact?
No, the storage is specific the way it is to remain unique, user specific, and prevent folders from overloading with too many files. It's bad practice to store all the files in a single directory.2. We'd like to arrange the files differently rather than by user name. I wondered if we could use an AutoAction to do this but I don't see any triggers available in AutoActions. Is there some way we can change the file storage method without hacking the core code of the plug-in?
You could have to modify it with each update, but this plugin is deprecated by CB 2.0 as the file fieldtype is now built in as a core fieldtype.3. Can we override cb.filefield.php or do we have to modify it and re-apply patches after updates?
You should probably develop a new plugin to better fit your needs or using a separate extension that better fits your needs.4. We're trying to arrange the files based on another field in their user profile. Is there a better plug-in for accomplishing this or should we look for an extension outside of the CB framework?
Nick is referring to the new Audio fieldtype that allows upload and playing of the audio files directly on your site. So if you need to actually download the audio files then this may not be the best solution for you.Thanks Nick. I'll try to take a look at it over the holidays when I can set up a test environment.
Stable will probably be out early January.What's the time estimate for a final release? I'm guessing that it's Spring or early summer?
Please Log in or Create an account to join the conversation.