Tagged Questions
0
votes
1answer
978 views
Use wp_upload_dir() correctly
All,
I'm using the Uploadify plugin to upload some images. I've included the uploadify folder in my themes folder. However, when I try and call uploadify.php I get the following error:
Call to ...
2
votes
1answer
781 views
Extending WP's upload/insert media functionality
I am writing my first plugin to upload PDF files to a user specified directory other than the media directory specified in the Media menu under settings.
I need to extend the WP's native uploader so ...