Needs work
Project:
SWFUpload
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2012 at 10:08 UTC
Updated:
8 Jun 2012 at 15:56 UTC
in drupal7 we need
/**
* Implements hook_permission().
*/
function swfupload_permission() {
return array(
'upload files with swfupload' => array(
'title' => t('upload files with swfupload'),
'description' => t('upload files with swfupload'),
'restrict access' => TRUE,
),
);
}
With current version SWFUpload available only for user 1.
Comments
Comment #1
kmajzlik commentedComment #2
intrafusionI can confirm that this is an issue and the proposed solution works for me.