Active
Project:
Media Browser Plus
Version:
7.x-3.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Apr 2015 at 02:19 UTC
Updated:
5 May 2015 at 18:05 UTC
Jump to comment: Most recent
Comments
Comment #1
das-peter commentedCould you please elaborate what this means? The field it is stored in?
Well I guess you should hook into file uploads then / or maybe the file entity form. And have a submit handler that just acts on creation and not on update.
Comment #2
jmev commentedI need to know if a file was selected by browsing for a new file, or by using the media browser. I want to carry out some specific functionality based on that, which is to create a taxonomy for the current node, following which the media_browser_plus module will create a directory structure, and then I need to move only newly uploaded files (not those selected from the media browser library) to the new directory. I don't know if the file uploads process will allow for this. The hook_file_insert description says "The hook doesn't distinguish between files created as a result of a copy or those created by an upload", so I didn't think it would be useful.