Title: Uploads Unleashed
Author: Konstantin Obenland
Published: <strong>2026년 2월 9일</strong>
Last modified: 2026년 8월 21일

---

플러그인 검색

![](https://ps.w.org/uploads-unleashed/assets/banner-772x250.png?rev=3458590)

![](https://ps.w.org/uploads-unleashed/assets/icon-256x256.png?rev=3458590)

# Uploads Unleashed

 작성자: [Konstantin Obenland](https://profiles.wordpress.org/obenland/)

[다운로드](https://downloads.wordpress.org/plugin/uploads-unleashed.1.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/uploads-unleashed/#description)
 * [평가](https://ko.wordpress.org/plugins/uploads-unleashed/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/uploads-unleashed/#installation)
 * [개발](https://ko.wordpress.org/plugins/uploads-unleashed/#developers)

 [지원](https://wordpress.org/support/plugin/uploads-unleashed/)

## 설명

Ever tried uploading a video or large image to WordPress and hit the dreaded “exceeds
the maximum upload size” error? Or watched a long upload fail at 90% because your
connection blipped?

Uploads Unleashed fixes both problems. Instead of sending your files all at once,
it splits them into small pieces behind the scenes. This means:

 * **Get past upload size limits.** Upload files larger than what your server normally
   allows — no need to contact your host or edit config files.
 * **No more starting over.** If your connection drops, or you close your browser,
   come back and pick up right where you left off.
 * **Real-time progress.** Watch your upload progress as it happens.

It works everywhere you upload in WordPress — the Media Library, the block editor,
and the classic editor. Just activate the plugin and you’re done. There are no settings
to configure.

## 스크린샷

[⌊Resumable uploads — pick up where you left off after a connection drop.⌉⌊Resumable
uploads — pick up where you left off after a connection drop.⌉[

Resumable uploads — pick up where you left off after a connection drop.

## 설치

 1. Upload the plugin files to `/wp-content/plugins/uploads-unleashed/`
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. That’s it — start uploading.

## FAQ

### How does it get around my server’s upload limit?

Instead of sending the entire file in one go, the plugin sends it in small pieces.
Each piece is well within your server’s limit, so the full file gets through without
any issues.

### What happens if my upload gets interrupted?

Your progress is saved for 24 hours. When you come back and select the same file,
the upload picks up right where it stopped.

### Where does this work?

Everywhere you upload media in WordPress: the Media Library, the block editor, the
classic editor, and anywhere else that uses the standard media uploader.

### Do I need to change any server settings?

No. Just install and activate the plugin. It works out of the box on any standard
WordPress host.

### Is there a file size limit?

The only limit is your available disk space. On multisite, your network’s upload
quota still applies. The plugin itself doesn’t impose any additional cap.

### Does this work on multisite?

Yes. Network upload quotas are still respected.

### Does this plugin collect any data?

No. Upload session data is stored temporarily on your server and automatically deleted
after 24 hours.

### What happens if I deactivate the plugin?

WordPress goes back to handling uploads the way it normally does. Files you already
uploaded stay in your Media Library. Any temporary upload data will be automatically
cleaned up.

## 후기

![](https://secure.gravatar.com/avatar/cfd8eade7f9077ccf91c25357c543ff4e839a85f1ec1890e70ee5ce944446842?
s=60&d=retro&r=g)

### 󠀁[good](https://wordpress.org/support/topic/good-9191/)󠁿

 [saulomorais](https://profiles.wordpress.org/saulomorais/) 2026년 8월 30일

util

![](https://secure.gravatar.com/avatar/4ad406ff4a027ef56af52a1ce496ab003349d8dc9fe675d79f0938889e9f3f96?
s=60&d=retro&r=g)

### 󠀁[Effortless large file uploads that just works](https://wordpress.org/support/topic/effortless-large-file-uploads-that-just-works/)󠁿

 [Nate Allen](https://profiles.wordpress.org/nateallen/) 2026년 3월 26일

I've uploaded several large video files without a hitch, even on a spotty hotel 
wifi connection that tends to drop. The fact that it picks up right where it left
off instead of starting over is a game changer. Simple, reliable, and does one thing
really well.

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/uploads-unleashed/reviews/)

## 기여자 & 개발자

“Uploads Unleashed”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

“Uploads Unleashed”(이)가 3 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/uploads-unleashed/contributors)
님께 감사드립니다.

[자국어로 “Uploads Unleashed”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/uploads-unleashed)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/uploads-unleashed/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/uploads-unleashed/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/uploads-unleashed/)을 [RSS](https://plugins.trac.wordpress.org/log/uploads-unleashed/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.0

 * Fix HEAD request 404 on nginx servers by @obenland in #53
 * Use proper package imports for WordPress dependencies by @obenland in #56
 * Add pre-flight multisite quota check by @obenland in #55
 * Add accessibility to resume UI by @obenland in #54
 * Add snackbar warning on block editor TUS fallback by @obenland in #57
 * Add WP-CLI command for upload session management by @obenland in #60
 * Replace alert() with inline help text and error in resume UI by @obenland in #
   58
 * Add @subcommand annotation for WP-CLI list command by @obenland in #62
 * Add pending uploads notice to Block Editor and Media Library by @obenland in #
   61

#### 1.0.0

 * Add uploadsUnleashed.shouldUseTus filter for VideoPress compatibility.
 * Add plupload and VideoPress compat tests, improve detection.
 * Add uninstall handler to clean up chunk data.
 * Validate Upload-Length minimum and enforce chunk size limits.
 * Clear stat cache before finalization.
 * Use wp.media.attachment for legacy format after TUS upload.
 * Use DOM APIs instead of innerHTML in pending uploads UI.
 * Show upload progress percentage for pending uploads.
 * Improve test coverage to 100% JS lines and 93% PHP lines.
 * Automate version bumps in release workflow.

#### 0.1.0

 * Initial release.

## 기초

 *  버전 **1.1.0**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 6.4 또는 그 이상 **
 *  다음까지 시험됨: **6.9.9**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/uploads-unleashed/), [German](https://de.wordpress.org/plugins/uploads-unleashed/),
   [Japanese](https://ja.wordpress.org/plugins/uploads-unleashed/), 그리고 [Spanish (Spain)](https://es.wordpress.org/plugins/uploads-unleashed/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/uploads-unleashed)
 * 태그:
 * [import](https://ko.wordpress.org/plugins/tags/import/)[media](https://ko.wordpress.org/plugins/tags/media/)
   [photos](https://ko.wordpress.org/plugins/tags/photos/)[uploads](https://ko.wordpress.org/plugins/tags/uploads/)
   [video](https://ko.wordpress.org/plugins/tags/video/)
 *  [고급 보기](https://ko.wordpress.org/plugins/uploads-unleashed/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/uploads-unleashed/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/uploads-unleashed/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/uploads-unleashed/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/uploads-unleashed/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/uploads-unleashed/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/uploads-unleashed/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/uploads-unleashed/reviews/)

## 기여자

 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/uploads-unleashed/)