question: IMCE file browser and commerce file / private file system
I searched for quite some time for this and couldn't find anything.
I want to use IMCE to browse the private folder (and sub folders i have created) to find my files to upload for commerce file field.
When i open the IMCE file browser within a product for the Commerce File field, i do not see any of the files i uploaded.
Any advice?
Comments
Update
Update: It seems that when i upload a file to the private folder using the regular upload function IMCE recognizes it and i see it withing the upload window.
If i upload a file using Filezilla it doesn't see it in the folders within the private file folder.
The files need to be
The files need to be registered within drupal in the file_managed table. The IMCE for FileField will help but the Commerce File field needs to implement a hook in order to work with IMCE for FileField. See http://drupal.org/node/1962640.
I also posted a drush script to scan for missing files and add them to the file_managed table. See http://drupal.org/node/1961806