Closed (won't fix)
Project:
Image Picker
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2008 at 19:03 UTC
Updated:
25 Feb 2009 at 16:12 UTC
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: ![]()
but should be something like this? ![]()
Comments
Comment #1
hutch commentedI 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.
Comment #2
vm commentedUser 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.
Comment #3
vm commentedmarking as a feature request against 6.x-1.x-dev.
Developer has option to mark as won't fix.
Comment #4
hutch commented