Upload image button
-
Hi,
before i have WP 2.X version and image upload button work great.
When i update WP to 3.2 – broken. When i clink on button, do no open image upload box.My code:
case 'upload': echo '<input type="text" name="', $field['id'], '" id="', $field['id'], '" value="', $meta ? $meta : $field['std'], '" size="30" style="float: left; width:40%" /><input type="button" name="button', $field['id'], '" id="dbt_upload_image" value="Upload" />'; break;
What’s wrong?
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Upload image button’ is closed to new replies.