# 승인된 확장자가 있는 iOS에서 파일 업로드가 작동하지 않음

**URL:** https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457
**Category:** Bug
**Created:** [1월 20, 2022, 3:33오후 UTC](https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457 "2022-01-20T15:33:42Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Frederik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frederik/32/187063_2.png) [@Frederik](https://meta.discourse.org/u/Frederik)
#### Post date: [1월 20, 2022, 3:33오후 UTC](https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457/1 "2022-01-20T15:33:42Z")

</div>

안녕하세요, 우리 앱이 생성하는 “djayMidiMapping” 확장자를 가진 특정 파일을 포럼 사용자가 첨부할 수 있도록 하려고 “허용된 확장자” 설정에 해당 확장자를 추가했습니다.

이 설정은 Mac에서는 정상적으로 작동하지만, iOS에서는 모든 파일 확장자(“\*”)를 허용하지 않으면 파일 탐색기에서 이 유형의 파일을 선택할 수 없습니다. 이미지 파일의 기본 확장자들은 모두 정상적으로 선택할 수 있습니다.

여기서 문제가 발생할 수 있는 원인에 대해 어떤 생각이 있으신가요? 현재 2.8.0.beta8 버전을 사용 중입니다.

감사합니다!

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [1월 31, 2022, 12:01오후 UTC](https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457/2 "2022-01-31T12:01:19Z")

</div>

Safari 버전은 무엇이며, iOS 버전은 무엇인가요?

---

<div class="post-metadata">

### Author: ![Frederik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frederik/32/187063_2.png) [@Frederik](https://meta.discourse.org/u/Frederik)
#### Post date: [1월 31, 2022, 12:22오후 UTC](https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457/4 "2022-01-31T12:22:13Z")

</div>

최신 iOS 15.3. iOS에서 Safari 버전을 확인하는 방법을 잘 모르겠어요?

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [2월 3, 2022, 8:49오후 UTC](https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457/5 "2022-02-03T20:49:48Z")

</div>

이 문제는 다음 사항으로 인해 발생합니다:

> **[accept attribute for file input | Can I use... Support tables for HTML5,...](https://caniuse.com/input-file-accept)**
>
> "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.

`타입 형식(예: `image/\*`)은 지원하지만 확장자 형식(예: `.png`)은 지원하지 않습니다`.

@nbianca가 대안을 찾아보겠습니다.

---

<div class="post-metadata">

### Author: ![nbianca](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nbianca/32/157984_2.png) [@nbianca](https://meta.discourse.org/u/nbianca)
#### Post date: [2월 16, 2022, 8:38오전 UTC](https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457/7 "2022-02-16T08:38:46Z")

</div>

이 버그는 [이 커밋](https://github.com/discourse/discourse/commit/3170577ee1040a09ffd5287ea1ed43dff045767a) 이후에 수정되었습니다. 보고해 주셔서 감사합니다!

---

<div class="post-metadata">

### Author: ![nbianca](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nbianca/32/157984_2.png) [@nbianca](https://meta.discourse.org/u/nbianca)
#### Post date: [2월 16, 2022, 8:38오전 UTC](https://meta.discourse.org/t/file-upload-not-working-on-ios-with-authorized-extension/215457/8 "2022-02-16T08:38:51Z")

</div>


