> For the complete documentation index, see [llms.txt](https://support.storefront.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.storefront.co.za/features/system/bulk-pictures/formatting-images-for-bulk-upload.md).

# Formatting Images For Bulk Upload

**Pictures are associated with their corresponding products by matching either the file name or the folder name to a product SKU e.g.**

* A file named "bag-612.jpg" it will be matched to a product with the SKU "bag-612".
* A folder named "bag-612" will match all pictures inside this folder (irrespective of their file name) to a product with the SKU "bag-612". The first picture when sorted alphabetically is considered the cover picture for the product.
* A file or folder name ending with the \~ (tilde) character is considered a wildcard match and the picture(s) will be associated with multiple products where the SKU matches the wildcard pattern i.e. a file named "shirt-123-blue\~.jpg" will match multiple products with the SKUs "shirt-123-blue-small", "shirt-123-blue-medium" and "shirt-123-blue-large".

**Drag multiple files or a folder into the drop zone to start your upload**

* The bulk upload supports picture files in PNG and JPG format
* Each picture file must be 5MB or less and 5MP or less
* The upload supports a maximum of 3000 pictures per upload


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.storefront.co.za/features/system/bulk-pictures/formatting-images-for-bulk-upload.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
