Title: Image Upload Helper
Author: Jonathan Brinley
Published: <strong>جون 9, 2012</strong>
Last modified: جون 9, 2012

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/image-upload-helper.svg)

# Image Upload Helper

 منجانب [Jonathan Brinley](https://profiles.wordpress.org/jbrinley/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/image-upload-helper.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/image-upload-helper/#description)
 * [جائزے](https://ur.wordpress.org/plugins/image-upload-helper/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/image-upload-helper/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/image-upload-helper/#developers)

 [معاونت](https://wordpress.org/support/plugin/image-upload-helper/)

## تفصیل

WordPress has a wonderful JavaScript/iframe dialog for uploading or choosing images
to use
 in posts or as featured thumbnails. Repurposing this dialog for other uses
is difficult. Image Upload Helper is a simple library that helps you add an image
upload/selection field anywhere in the WordPress admin, using a single function.

Created by [Flightless](http://flightless.us) with significant credit to [Modern Tribe](http://tri.be)

## انسٹالیشن

 1. Upload the plugin to your blog.
 2. Activate it.
 3. Nothing happens.

This is a library. It doesn’t actually do anything by itself. To use it in a plugin:

 1. Include this plugin (in its entirety) in a subdirectory of your plugin. It plays
    nice with other
     plugins; if a site has multiple plugins activated, each with its
    own copy of Image Upload Helper, only one will load.
 2. `require_once( 'image-upload-helper/image-upload-helper.php' );`
 3. Call `image_upload_helper()` wherever you want an upload dialog available.

The `image_upload_helper()` function takes an array of arguments to control exactly
what the form
 looks like.

 * `field_name` – Required. The name of the form field that will be submitted. Defaults
   to
    "image-upload-helper”. Use this to customize the field to fit in with your
   form. By changing the `field_name` value, you can call `image_upload_helper()`
   as often as you like on each page.
 * `thumbnail_id` – The attachment ID of the current value of the field.
 * `label` – The label to use for the field. Defaults to "thumbnail image”. This
   will
    display as "Set thumbnail image” or "Remove thumbnail image” in the form,
   or "Use as thumbnail image” in the iframe dialog
 * `size` – The size of the image you want displayed in the form. Defaults to "post-
   thumbnail”.
    If you want to display a custom size, make sure you register it.

When a form is submitted with an Image Upload Helper field, the field specified 
by the `field_name` argument
 will contain the attachment ID of the selected image.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Image Upload Helper” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں 
حصہ لیا:

شراکت دار

 *   [ Jonathan Brinley ](https://profiles.wordpress.org/jbrinley/)

[“Image Upload Helper” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/image-upload-helper)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/image-upload-helper/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/image-upload-helper/) کو
چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/image-upload-helper/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/image-upload-helper/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0

Initial version

## میٹا

 *  Version **1.0**
 *  Last updated **14 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.3 یا اس سے جدید **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/image-upload-helper/)
 * Tags
 * [admin](https://ur.wordpress.org/plugins/tags/admin/)[images](https://ur.wordpress.org/plugins/tags/images/)
   [library](https://ur.wordpress.org/plugins/tags/library/)[uploading](https://ur.wordpress.org/plugins/tags/uploading/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/image-upload-helper/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/image-upload-helper/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/image-upload-helper/reviews/)

## شراکت دار

 *   [ Jonathan Brinley ](https://profiles.wordpress.org/jbrinley/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/image-upload-helper/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A69NZPKWGB6H2)