Active
Project:
Plupload integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 21:56 UTC
Updated:
29 Jul 2011 at 21:42 UTC
Hi, the 6.x module prevents anything besides image content types from being uploaded. I believe this is due mainly to the validator on line 266.
It would be nice to know how to set an alternative validator in the UI.
line 266:
function plupload_imagefield_create_node_from($temp_filepath, $file_name, $options) {
.......
$validators = imagefield_widget_upload_validators($field);
Comments
Comment #1
gregglesI personally care only about images so I won't be working on this, but the feature request makes sense.