rinatkhaziev / wp-frontend-uploader

WordPress plugin that allows your visitors to upload media from the front-end
53 stars 52 forks source link

Enhancement: Include ability to open the form in a popup #12

Closed gastonbesada closed 11 years ago

gastonbesada commented 12 years ago

Another suggestion,

Get the post_id from referer, Where the post_id is the ID of the parent post to attach the file.

When opening in a popup, get post_id parameter, like used with WP media-uplad.php (/wp-admin/media-upload.php?post_id=1045&TB_iframe=1&width=640&height=482) with the class="thickbox".

Thanks!