Posted by donquixote on November 28, 2011 at 7:43pm
2 followers
Jump to:
| Project: | IMCE |
| Version: | 7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I want to allow file selection for an imceimage field, where the files are not uploaded via the website, but via something else (sftp, whatever).
This means, the directories don't need to be writable by the web server.
Still, the function imce_check_directory() will only allow directories that are writable. Otherwise, it will refuse to even display the dir contents.
Is this intended? Can this be configured somewhere?
(if not, we could turn this into a feature request)
Thanks!
(btw, imceimage is no longer deprecated, I'm going to bring it back to life :) )
Comments
#1
This would require to implement alternates for core functions file_check_directory(6.x) and file_prepare_directory(7.x).