Hello! realy good module, but have some problems in work with it
1) well, i have php filesize limit set to 2mb, so, of course, i can`t upload larger files by elfinder, and i uploaded some files larger than 2mb by ftp, then try to make link for that files with elfinder. the folder where there are some files that larger than php filesize limit shows just empty in el finder =(
how can it be fixed???
2) when uploading files that have cyrilic names - it become smth like "Сайт продаж ЭНЕРГОНОРМ.doc". is there any solution for transliteration? (tried transliteration module but it doesn`t work for elfinder)

ps: sorry for my english, hope you`ll understand me)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ph0enix’s picture

FileSize
71.91 KB

1. PHP filesize limit is setting by webserver configuration. If you are using apache, try to add to /path/to/webserver/public_html/.htaccess following:

php_value upload_max_filesize 300M

If this not working, you need to edit webserver configuration

<Directory /path/to/webserver/public_html>
  php_value upload_max_filesize 300M
</Directory>

2. Just uploaded cyrillic filename 'тест.jpg' - no issues. See attached screenshot. Basically if your OS can correctly show utf8 filenames, this will work in elFinder too. There can be issues on servers where utf8 filenames not enabled on filesystem - possible FreeBSD etc. There are feature request about adding automatical filename encoding for uploaded files (#978960: ASCII Converter). So if it will be implemented it can be used for fixing your issue on systems without UTF8 filenames support - for example, automatical renaming file to translit.

novakov’s picture

FileSize
43.29 KB

1) its strange, but now folder with files larger than it set in upload_max_filesize is viewable and works normal
2) yep, in the elfinder it looks normal, but if you look into your folder thru ftp (or if local site - thru some explorer) you`ll see not the same. See attached screenshot.

ph0enix’s picture

Your ftp client should support UTF-8 filenames. My sftp client (WinSCP) have special setting for UTF-8 filenames (see attached). And after enabling this option cyrillic filenames showing correctly.

ph0enix’s picture

Issue tags: +unicode, +utf-8, +utf8, +Cyrillic, +elFinder, +filenames
ph0enix’s picture

Status: Active » Closed (works as designed)
ph0enix’s picture

Update: Cyrillic filenames was fixed in elFinder 2.0 and will be available in new integration module.

ph0enix’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Closed (works as designed) » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -unicode, -utf-8, -utf8, -Cyrillic, -elFinder, -filenames

Automatically closed -- issue fixed for 2 weeks with no activity.