Questions tagged [responsive-filemanager]

Responsive FileManager is a file management script written in JavaScript with a PHP backend. It is often combined with text editors such as TinyMCE and CKEditor.

70 questions
12
votes
1 answer

Responsive File Manager open image as Gallery

I'm using Responsive File Manager for a web file manager in my project. It is working fine. Problem My problem is when I open the image, It shows the preview in lightbox modal. How can I make it Image as an image gallery like navigating between…
Maria Jeysingh Anbu
  • 3,164
  • 3
  • 34
  • 55
5
votes
0 answers

How to set a Webview to behave EXACTLY as a Chrome browser?

Like a lot of people, I'm developing a simple Android app that is just a Webview that opens my full responsive website, just to permit to find it, install it and launch it like a "real" app (I know you know why I'm doing that!). My web site uses…
4
votes
1 answer

Error when upload any file using the Responsive Filemanager

I am getting the following error when I upload any file using the responsive filemanager lastupdate Error: SyntaxError: Unexpected token < in JSON at position 0 I following the documentation for ckeditor I appreciate any help Thank you
Marcelo
  • 61
  • 5
4
votes
5 answers

Responsive filemanager callback function

I use the standalone version of Responsive Filemanager 9 for image-selection on a < input> #image_link. Where and how the responsive_filemanager_callback function should be used? I'm trying to get it work as mentioned in the RFM documentation and…
wamaro
  • 113
  • 1
  • 2
  • 9
3
votes
2 answers

Protect Responsive FileManager from direct access

I am using responsive FileManager 9.14.0 with TinyMCE 5.0.16 and Laravel 6 running on Nginx 1.16.1 I have the following folder structure: | public | |- uploads | |- thumbs | |- filemanager | |- js | | |- tinymce | | | |-…
Ould Abba
  • 813
  • 1
  • 12
  • 25
3
votes
1 answer

failed when upload with responsivefilemanager

I'm trying to use http://www.responsivefilemanager.com for upload. But I get this error
Warning: mime_content_type(): open_basedir restriction in effect. File(/var/www/html/tes_loecari_com/tmp/phpat0AZf) is not within the allowed…
YVS1102
  • 2,658
  • 5
  • 34
  • 63
3
votes
3 answers

Responsive Filemanager Thumbnails not showing

Using Responsive Filemanager 9.11.3 Thumbnails are not showing/blank in dialog window (GUI). In ftp thumbnails pictures are okay created successfully. Folder "thumbs" permission 755 files permission 644. i changed to 755 still not showing up in…
NOS
  • 31
  • 1
  • 5
3
votes
2 answers

Cannot upload media files via Responsive File Manager

Recently I started using Responsive File Manager tool as a plugin on TinyMCE, and it looked perfect at first but after some time I'm having problem uploading files of media type (mov, mpeg, m4v, mp4, avi, mpg, wma, flv...) throws an error : Just…
Nelson Eco
  • 31
  • 6
3
votes
1 answer

Restricting Responsive FileManager Folder With JS?

I am using Responsive FileManager extensively as a standalone (not part of a general text editor). I sometimes call it multiple times on one page. However, each time I want it to be restricted to a certain folder—not merely so it defaults to a…
Ynhockey
  • 3,845
  • 5
  • 33
  • 51
2
votes
0 answers

The "Responsive filemanager" plugin does not work ”- Plugin for TinyMCE 5

I apologize for my English, but I translate it with google translate. I am trying to install the "Responsive File Manager" plugin (https://www.responsivefilemanager.com/) I moved the files according to the instructions and configured. When I press…
2
votes
0 answers

Routes don't work on a production server (DigitalOcean) laravel-filemanager

Hello Sorry for bothering you and for my English, becuase is not that good, but, I need your help. I'm trying to use laravel-filemanager with Ckeditor on my production server and I'm getting a 404 error. I'm using laravel 5.2 on ubuntu 16.04 , but…
2
votes
0 answers

Laravel and Responsive Filemanager

I have the next problem... I created a file "test.txt" inside: http://foo.bar/assets/vendors/filemanager/ And I can access to this file, but I can't access…
MartaGom
  • 501
  • 6
  • 27
2
votes
2 answers

How to set Responsive Filemanager to return absolute url in TinyMCE

Im using Responsive Filemanager v9.3 with TinyMCE I need to absolute url for inserting image url or any files. But it return relative path. I need to set image src like but it return
Hamidreza
  • 1,825
  • 4
  • 29
  • 40
2
votes
0 answers

Responsive File manager for Tinymce error 403

I am using Responsive File manager for Tinymce on a project but i get an 403 error on upload.php (Firebug) It is only this file that gives me the error I have already checked the file permissions and checked the owner. The paths on the config.php…
user3824993
  • 103
  • 1
  • 8
1
vote
1 answer

Asp.Net Mvc Filemanager Call to undefined function error

Error: Call to undefined function: 'session_id' in c:\users\ardaa\documents\visual studio 2015\Projects\Filemanager\Filemanager\filemanager\config\config.php on line 3, column 5. Project Url : https://github.com/Burakk46/Filemanager
Burakk46
  • 11
  • 1
1
2 3 4 5