Needs work
Project:
Flash Node
Version:
6.x-3.0
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2009 at 18:06 UTC
Updated:
6 Jan 2011 at 16:45 UTC
I have a production site where users can upload flash files. but I still review files before putting the file on the site.
I have double checked flash nodes files settings option as well as Settings for authenticated user to be set to only accept SWF files and I can confirm it accepts any files despite the settings to only accept SWF files.
Have I miss another setting some where?
Comments
Comment #1
mallet commentedSorry. Forgot to enable SWF tools and is working the way I wanted it. Keep up the great works guys.
Comment #2
amaisano commentedI have SWF tools enabled along with FlashNode, and users are still able to create nodes with non SWF/FLV uploads, regardless of what my allowed extensions are set to. I hope I don't have to edit the module code to force validation before submit... Any suggestions?
Comment #3
amaisano commentedAs time was of the essence, I've temporarily added the most basic check to the flashnode_validate() function in the module that rejects node creation if the file is not SWF or FLV:
Would still like to know what's going wrong here in the first place. Thanks.