> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/tkun/appurdo.md).

# アップロード

[単一のアップロード](https://docs.nmkr.io/nmkr-studio/token/upload/upload-single-tokens)または[最大1000ファイルのアップロード](https://docs.nmkr.io/nmkr-studio/token/upload/bulk-upload-files-and-metadata/bulk-upload-via-drag-and-drop)には、ユーザーインターフェイスのアップロードを使用するのが便利です。

\
より多くのトークンをアップロードするには、[SFTP経由の一括アップロード](https://docs.nmkr.io/nmkr-studio/token/upload/bulk-upload-via-sftp)を使用してください。この作業方法では、基本的にSFTPサーバーを利用してファイルをプロジェクトに直接ドラッグ＆ドロップできます。

#### ファイル

**いわゆるメインファイルは、常にトークンに最初にアップロードされたファイルになります。**

メタデータでは、[ファイルセクション](https://docs.nmkr.io/nmkr-studio/project/metadata-template#file-section)の外側にある[「画像」フィール](https://docs.nmkr.io/nmkr-studio/project/metadata-template#image)ドに追加されます。

{% hint style="info" %}
NMKR Studioでは、メインファイルとして画像またはアニメーションGIFのみをアップロードすることができます。これは、ウォレット、セカンダリーマーケット、[pool.pm](http://pool.pm)のようなエクスプローラでサムネイルとして使用されるためです。
{% endhint %}

**サブファイルはトークンに追加されるファイルです。動画や音声ファイル、アプリケーションファイルやテキストファイルなど、さまざまな**[**ファイル形式**](https://docs.nmkr.io/nmkr-studio/token/upload#you-can-all-upload-additional-subfiles-for-such-as)**があります。**

**サブファイルは、**[**ユーザーインターフェイスベースのアップロード作業**](https://docs.nmkr.io/nmkr-studio/token/upload/upload-single-tokens)**で直接サポートされており、**[**一括アップロード**](https://docs.nmkr.io/nmkr-studio/token/upload/bulk-upload-via-sftp)**でもサポートされています。**

**ファイル形式：**<br>

次のような追加サブファイルをアップロードできます：

アプリケーション：Zip; PDF; Json; GITF+Json, Octet-Stream, Xlsx

音声：Mpeg; Ogg; WAV。

画像： Bmp; SVG+XML。

テキスト：HTML; Javascript; Plain Text; CSS。

動画：Mpeg; Mp4; Ogg; Quicktime; Webm。

{% hint style="info" %}
メディアファイルの解像度に制限はありませんが、ユーザーインターフェイス経由でのアップロードは50MBまでに制限されています。<br>

それ以上のサイズのファイルをアップロードする場合は、250MBまでの[SFTP一括アップロード](https://docs.nmkr.io/nmkr-studio/token/upload/bulk-upload-via-sftp)をご利用ください。<br>

250MBを超えるファイルについては、[piniata.cloud](https://www.pinata.cloud/)のようなアップロード＆ピンサービスを通じて[IPFS](https://docs.nmkr.io/introduction/what-is-ipfs)に直接アップロードし、これらの[ファイルのIPFSハッシュをお客様のメタデータに直接追加する](https://docs.nmkr.io/nmkr-studio/token/edit#add-externally-uploaded-files-via-ipfs-hash)ことをお勧めします。<br>

ユーザーに提供されるサーバー上の最大ストレージサイズは、現在のところ制限されていません。
{% endhint %}


---

# 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://docs.nmkr.io/jp/nmkr-studio/tkun/appurdo.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.
