When using the "File Browser" to select a file for a cck file field, the "Upload" button is hidden. If I force it to appear by using Firebug to delete the "display: none;" style property, then click it, the message "You can't perform this operation." appears in the log. I've assigned the default "User-1" profile to my role, which should open up all permissions, right?

Comments

ufku’s picture

Status: Active » Closed (won't fix)

You should either hack filefield sources module to make it not disable file operations or you should run imce.opEnable('upload') in js console.