# wp-ultimate-post-grid/2.5.0/vendor/vafpress/views/control/upload.php

WP Ultimate Post Grid, version 2.5.0. 12 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.5.0/code/vendor/vafpress/views/control/upload.php
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.5.0/raw/vendor/vafpress/views/control/upload.php
- Modified: 2015-04-15T08:46:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.5.0/code/vendor/vafpress/views/control/upload.php#L10-L20`.

```php
<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?>

<input class="vp-input" type="text" readonly id="<?php echo $name; ?>" name="<?php echo $name; ?>" value="<?php echo $value; ?>" />
<div class="buttons">
	<input class="vp-js-upload vp-button button" type="button" value="<?php _e('Choose File', 'wp-ultimate-recipe'); ?>" />
	<input class="vp-js-remove-upload vp-button button" type="button" value="x" />
</div>
<div class="image">
	<img src="<?php echo $preview; ?>" alt="" />
</div>

<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot'); ?>
```
