the filesystem mode is set to privat
filepath ist set to ../filestore
installing the image-picker creates the directory under filestore
Uploading a first file stores this file in the directory, but the image/thumbnail can not be seen
The path looks like this: Only local images are allowed.
but should be something like this? Only local images are allowed.

Comments

hutch’s picture

I have never used 'private' myself so I don't know how it works exactly, however I believe that php upload can support file uploads to a directory outside of the document root, providing that directory has the right permissions. If the files are there but cannot be accessed directly then that is in the nature of the http protocol, a web page can only access files under the document root.
A search of Drupal for 'private files' shows several links to modules that claim to handle this and it may be that one of them will hand files to a webpage so that they can be seen but at the moment I cannot see how imagepicker can be made to support 'private' without a substantial rewrite if at all.

vm’s picture

User is requesting that this lack of support for private file system be stated on the project page see: http://drupal.org/node/340582#comment-1290404 in what has been marked as a duplicate of this issue.

vm’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Category: bug » feature

marking as a feature request against 6.x-1.x-dev.

Developer has option to mark as won't fix.

hutch’s picture

Status: Active » Closed (won't fix)