I want to add simple image upload functionality to my WP plugin. So the simple form with upload button. I dont want to use standard thickbox included in WP for this.
When you press the button file selection dialog will appear, you select file from your drive and it’ll be added to the input box.
Then when you press “save” button for plugin options it will send with form and handled on server side.
I wonder if there is ready to use WP functionality for the server part.
As I want to save the upload image path also to DB options table.
EDIT: added PHP tag as wordpress is a PHP language
You’re in some luck-I’m currently working on a mod that would allow image uploads for MarketPress. Here’s my skeleton, poorly indented script. This should help get you started methinks?