> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/charllaintro/releasenote/2025.5.21.md).

# 2025.5.21 업로드 개선 안내

{% hint style="info" %}
**주요 업데이트 요약**

✅ 연속으로 동영상을 업로드 할 수 있도록 업로드 후 팝업이 닫히지 않도록 개선했어요.\
✅ 업로드에 실패 이유를 바로 확인할 수 있어요.\
✅ 아이폰에서 모바일 업로드시 파일이 선택되지 않는 버그가 해결되었어요.
{% endhint %}

## 1. 파일을 업로드하고, 팝업 내에서 진행도를 확인하세요

업로드 후에도 팝업이 닫히지 않아서 연속으로 업로드 할 수 있어요. 업로드 진행도도 팝업 내에서 확인하세요. 기존 알림 - 업로드 탭은 삭제되었어요.

<figure><img src="/files/742WiMlHAxuiWRg22w6V" alt="" width="375"><figcaption></figcaption></figure>

## 2. (아이폰) 찰나 모바일 업로드 버그 해결

아이폰에서 찰나 모바일 버전에 접속하여 업로드 할 때 파일 선택 화면으로 넘어가지 않는 버그가 수정되었습니다.

<figure><img src="/files/Tmpaj8jCqSGLPlHAkJHe" alt="" width="368"><figcaption></figcaption></figure>


---

# 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.charlla.io/charllaintro/releasenote/2025.5.21.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.
