> For the complete documentation index, see [llms.txt](https://minimateapps.gitbook.io/mini-image-upload-and-file-upload/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimateapps.gitbook.io/mini-image-upload-and-file-upload/how-to.../how-do-i-control-where-the-upload-field-appears-on-the-product-page.md).

# How do I control where the upload field appears on the product page?

#### **Option 1 — App Embed (default)**

* Automatically places the upload field **above the Add to Cart button**
* No manual positioning needed — just activate the app using the app embed option

#### **Option 2 — Theme Block (if supported by your theme)**

* Go to **Online Store → Themes → Customize**
* Click **Add block**
* Select **Image Upload App**
* Drag and drop it to your preferred position

{% hint style="danger" %}
Available positioning depends on your theme's capabilities. If your theme doesn't support drag-and-drop blocks, use Option 1 or Option 3 instead
{% endhint %}

#### **Option 3 — Custom positioning**

* Enable the app via **app embeds**
* Paste the snippet below into the exact spot on your product page where you want the field to appear:

```html
<div id="mini-image-upload-page-builder"></div>
```

{% hint style="info" %}
&#x20;Custom positioning is handy for third-party page builders and unique product page layouts. Make sure to test it on your storefront after saving.
{% endhint %}
