The subject is the question: "How to pass data from hook_validate to hook_insert?". Specifically I want to pass info about a file uploaded in hook_validate. I could do a second file_save_upload in hook_insert but I want to avoid that solution.
Any hint appreciated.









