You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In a set-up with multiple file upload directories, and where multiple members can upload files, it's often useful to know, per-file, the uploader and upload directory. This information is not currently easy to obtain in the CP File Manager. For example, when listing files by recency, or searching by keyword, it's not possible to see uploader and upload directory information.
Example usage: auditing recent file uploads to make sure file upload directories are sensible; identifying the uploader of a recent file upload where there's a problem that needs to be addressed.
Related to this, it's surprisingly hard to obtain, in the CP, a mapping from the name of a file upload directory to/from its ID. This information is readily available for channels in the (Developer) Channel Manager, but not present in the File Manager. This might be because IDs are considered to be information for developers, not users. But since the File Manager has no presence in Developer, there's nowhere for file upload directory IDs to live in the CP.
Example usage: I see an image in entry content, which has been uploaded to {filedir_X}, and I want to manage that image somehow. How do I know which file upload directory it's in? I might search for the filename, but filenames are not necessarily unique across all directories.
Describe the solution you'd like
The obvious analogy is with the Entry Manager, which displays, per-entry:
— by: [Member Name], in: [Channel Name]
Suggested form for the File Manager would be something like:
Both uploaded_by_member_id and upload_location_id are available in each row of exp_files table.
An alternative to providing the file upload directory ID with each file would be including IDs with upload directory names in the File Manager side-menu.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In a set-up with multiple file upload directories, and where multiple members can upload files, it's often useful to know, per-file, the uploader and upload directory. This information is not currently easy to obtain in the CP File Manager. For example, when listing files by recency, or searching by keyword, it's not possible to see uploader and upload directory information.
Example usage: auditing recent file uploads to make sure file upload directories are sensible; identifying the uploader of a recent file upload where there's a problem that needs to be addressed.
Related to this, it's surprisingly hard to obtain, in the CP, a mapping from the name of a file upload directory to/from its ID. This information is readily available for channels in the (Developer) Channel Manager, but not present in the File Manager. This might be because IDs are considered to be information for developers, not users. But since the File Manager has no presence in Developer, there's nowhere for file upload directory IDs to live in the CP.
Example usage: I see an image in entry content, which has been uploaded to {filedir_X}, and I want to manage that image somehow. How do I know which file upload directory it's in? I might search for the filename, but filenames are not necessarily unique across all directories.
Describe the solution you'd like
The obvious analogy is with the Entry Manager, which displays, per-entry:
Suggested form for the File Manager would be something like:
Both
uploaded_by_member_id
andupload_location_id
are available in each row ofexp_files
table.An alternative to providing the file upload directory ID with each file would be including IDs with upload directory names in the File Manager side-menu.
The text was updated successfully, but these errors were encountered: