Symfony2 file manager

3.1k Views Asked by At

I am looking for Symfony2 bundle(s) which provide file manager functionality:

  • create directories and sub-directories
  • upload files

and then in form for "file" field type elements I would need to choose from the files uploaded using file manager to provide file browser functionality.

I have found several bundles that provide file manager options like https://github.com/helios-ag/FMElfinderBundle which fits my needs but haven`t found any file manager + file browser for forms.

Is there anything like that available? Or maybe something(separate file manager and separate file browser) that can be "tied" together manually?

1

There are 1 best solutions below

0
On

take a look into TreeBrowserBundle