Questions tagged [elfinder]

elFinder is open-source file manager for web, written in JavaScript using jQuery and jQuery UI

elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Creation is inspired by simplicity and convenience of Finder program used in Mac OS X operating system.

Feature Overview:

  • Supports all operations with files and folders on a remote server (copy, move, upload, create folder/file, rename, etc.)
  • Supports multiple root directories
  • Can be used with Local file storage, MySQL database or FTP volumes
  • Easy integration with web editors (elRTE, CKEditor, TinyMCE)
  • 3rd party connectors
  • Flexible configuration of access rights, upload file types, user interface and other
  • Extensibility (you can create as many commands as you wish)

Project History

elFinder was created by Studio-42 in 2009. The last update by the company was released on April 10th, 2012 (version 2.0-rc1). After that, the plugin has been maintained by the user nao-pon and by the community.

Important note: If you want use this plugin, make sure you use one of the latest releases (2.x or 2.1) available on GitHub, as they have innumerous bug fixes that are not present on the official plugin page.

Documentation

3rd Party Connectors

216 questions
9
votes
2 answers

Adding a custom context menu item to elFinder

I'm using elfinder and I would like to add new functionality by adding a command to the context menu. I found a solution on the github issue tracker of the project but I can't get it to work. Here's what I do: var elf; jQuery().ready(function() { …
Martin Müller
  • 2,565
  • 21
  • 32
6
votes
1 answer

Custom the right click menu of elfinder (a jquery file manager plugin)

I am working on a customized share button with the elfinder, there is tutorial about how to custom the right click menu, and I have implemented it. However, there are some rules I would like to apply for the menu 1) For folder only, exclude the…
user782104
  • 13,233
  • 55
  • 172
  • 312
5
votes
1 answer

How to get the before upload event at the elfinder plugin (a file manager plugin)

I am working on the file manager using jquery here is the code: var elfinder = $('#elfinder').elfinder({ url: '', soundPath: '', height:…
user782104
  • 13,233
  • 55
  • 172
  • 312
5
votes
2 answers

TinyMCE 4 with elFinder

Is somebody already tried to integrate elFinder into new (4b1) version of TinyMCE? It looks like previous implementation isn't working. Please post some snippets, thanks a lot.
dikirill
  • 1,873
  • 1
  • 19
  • 21
4
votes
1 answer

Laravel Elfinder redirecting to homepage while using 'auth' middleware

I am using https://github.com/barryvdh/laravel-elfinder and whenever i set middleware to auth in config/elfinder.php file , I am redirected to home page, but whene i use middleware to NULL , elfinder opens perfectly fine. How can i secure the route…
John Cargo
  • 1,839
  • 2
  • 29
  • 59
4
votes
2 answers

CKEditor and elFinder integration example

I try to follow an instruction in elfinder.org how to Integration CKEditor with elFinder but not work. is there an example of CKEditor that has been integrated with elFinder, if anybody know, please share it. Thanks
Wayan
  • 41
  • 2
  • 4
3
votes
1 answer

Elfinder Open PDF rather download

I'm using Elfinder for web file manager When I double click the Pdf file, File is downloading. File should be open in new window. var y = window.open(a, "new_window", o + ",top=50,left=50,scrollbars=yes,resizable=yes"); In a changed to…
Maria Jeysingh Anbu
  • 3,164
  • 3
  • 34
  • 55
3
votes
1 answer

allow pdf upload elfinder

i'm trying to configure elfinder plugin in order to allow uploading PDF files, but am not able. Error: this kind of files are not allowed. My codes: $opts = array( 'roots' => array( array( 'driver' =>…
Souheil Diab
  • 41
  • 1
  • 3
2
votes
0 answers

Backpack Laravel on cPanel: Invalid backend configuration. Readable volumes not available

I upload my Laravel project to cPanel along with Backpack, but I have an issue with the Invalid backend configuration. Readable volumes not available. My folder is located at public folder [uploads] Any idea on how to resolve this. Thanks
2
votes
0 answers

Invalid backend configuration. Readable volumes not available

I want to add Amazon S3 filesystem to my Yii2 Elfinder plugin. So I installed these plugins to my app: composer require league/flysystem composer require league/flysystem-aws-s3-v3 composer require creocoder/yii2-flysystem composer require…
Shaig Khaligli
  • 4,955
  • 5
  • 22
  • 32
2
votes
1 answer

Elfinder how to customize menu

Hi I'm using elfinder and I want to remove delete and empty folder option. How do I remove it. Here is my code.