FractalizeR
11-15-2007, 04:50 PM
Hello.
I am working on custom add-on, that makes custom analysis of attachments, that users upload on forum (for example, preventing password protected archives to be uploaded on forum).
So, I need a place in code, where I can put my verification routine call. At this place in code uploaded attachments both by $_FILES and by URLs should already present in filesystem in order to be analyzed. I cannot analyze them in memory.
Could someone tell me, what is the best place to put my code in?
I am working on custom add-on, that makes custom analysis of attachments, that users upload on forum (for example, preventing password protected archives to be uploaded on forum).
So, I need a place in code, where I can put my verification routine call. At this place in code uploaded attachments both by $_FILES and by URLs should already present in filesystem in order to be analyzed. I cannot analyze them in memory.
Could someone tell me, what is the best place to put my code in?