How or when can I acces the $_FILES array?
-
I am building a custom upload system for a music producer and i have already build a class that handles uploads renaming, checking of mime types and so on..
I want to implement the class in a wordpress side, but it relies on accessing the $_FILES array..
How can I access the superglobal $_FILES array?
It always seems to be empty. I have tried to use add_actions(); but doens’t seem to cut it..
Please help me. I am pulling my hair out overhere. Got to get this working..
Thanks. Anders
- The topic ‘How or when can I acces the $_FILES array?’ is closed to new replies.