0

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?

werd
  • 648
  • 4
  • 13
  • 23

1 Answers1

3

take a look into TreeBrowserBundle

Amine
  • 271
  • 1
  • 6