Implementing the WordPress media uploader into your plugin.

If you going to be making a plugin that requires files, particularly images, to be uploaded than using the default wordpres media uploader is a great idea. Not only does the wordpress uploader take care of all the work for you it also has a bunch of extra features like cropping and sizing, and allow for selecting files already uploaded. Implementation isn’t particularly difficult either. Continue reading “Implementing the WordPress media uploader into your plugin.”