Skip to content

New User - File Upload #1393

Description

@barryhi100

Hi - love tinyfilemanager but just a couple of issues -

  1. I do not get the option to 'upload' files, does something need to be activated to allow this ?
    Using default admin & password until I get it working as required.

  2. In my ignorance I do not understand what needs adding to the 'Embed' option. It says "Just define FM_EMBED and other necessary constants."
    So what goes in place of FM_EMBED and anything else that needs changing in plain english please.

class SomeController{
public function actionIndex()
{
define('FM_EMBED', true);
define('FM_SELF_URL', UrlHelper::currentUrl()); // must be set if URL to manager not equal PHP_SELF
require 'path/to/tinyfilemanager.php';
}
}

Many thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions