Upload Image and Insert "wp_insert_post"
-
Hi.
I want make a upload box.
And if visitor do upload, my input change image link..Our field is:
Logo: <div style="float:right"><input type="text" name="logo" style="width:400px;height:14px;border:solid 1px #aaa9a9;font-size:11px;padding:5px;" /></div><div style="clear:both;"></div><br/>
If upload is done, get the input as follows:
Logo: <div style="float:right"><input type="text" name="logo" style="width:400px;height:14px;border:solid 1px #aaa9a9;font-size:11px;padding:5px;" value="**IMAGE LINK**" /></div><div style="clear:both;"></div><br/>
- The topic ‘Upload Image and Insert "wp_insert_post"’ is closed to new replies.