Using Image insert control in code

I am adding additional pages to wordpress backend and I would like to use the built-in image uploader and browser. I couldn’t find any examples on how to add it to my form.

Assuming that I have a text input or something similiar – what do I have to do to allow users pick a previously uploaded image so that the image link would show up in the textfield?

edit:

I’ve created an iframe that’s loading media-uploader.php but now I have no idea how to get the picked image to go to my textfield.

3 Answers
3

The Image Widget plugin uses the media uploader. You may want to look at its code source. It is very simple.

Leave a Comment