Title: Upload Mode
Last modified: November 13, 2025

---

# Upload Mode

 *  [giokat](https://wordpress.org/support/users/giokat/)
 * (@giokat)
 * [5 months ago](https://wordpress.org/support/topic/upload-mode/)
 * hello, its not possible to save Upload Mode, we need the Complete – All sizes(
   slower) and its not possible to save it. So we cant have featured images
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fupload-mode%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [fatronix](https://wordpress.org/support/users/fatronix/)
 * (@fatronix)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/upload-mode/#post-18797054)
 * Upload Mode “Complete – All sizes” can’t be saved. When I select “Complete – 
   All sizes” and click Save, after reload it always switches back to “Fast – Full
   size only”. The reason is the UI sends `upload_mode=all_sizes` in `views/admin-
   settings.php`, but the sanitizer only allows `full_only` and `complete` in `includes/
   class-yctvn-admin.php` (`$valid_modes = array('full_only','complete')`), so `
   all_sizes` gets forced to `full_only`. Runtime code also checks `upload_mode 
   === 'all_sizes'` in `yctvn-media-offload.php`, so the plugin is inconsistent.
   The fix is to allow `all_sizes` in the validator or change UI/runtime to use `
   complete` consistently.

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fupload-mode%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/yctvn-media-offload-cloudflare-r2/assets/icon-256x256.png?
   rev=3373110)
 * [Yctvn Media Offload for Cloudflare R2](https://wordpress.org/plugins/yctvn-media-offload-cloudflare-r2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yctvn-media-offload-cloudflare-r2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yctvn-media-offload-cloudflare-r2/)
 * [Active Topics](https://wordpress.org/support/plugin/yctvn-media-offload-cloudflare-r2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yctvn-media-offload-cloudflare-r2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yctvn-media-offload-cloudflare-r2/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [fatronix](https://wordpress.org/support/users/fatronix/)
 * Last activity: [2 months, 2 weeks ago](https://wordpress.org/support/topic/upload-mode/#post-18797054)
 * Status: not resolved