Opened 18 months ago
Last modified 10 months ago
#19770 new feature request
Implement browser-side resizing with Plupload
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Upload | Version: | 3.3 |
| Severity: | normal | Keywords: | |
| Cc: | jayarjo, fczuardi2, xoodrew@…, code@… |
Change History (9)
comment:3
in reply to:
↑ 2
SergeyBiryukov
— 17 months ago
comment:4
jayarjo
— 17 months ago
- Cc jayarjo added
Thanks for the link, although couldn't viably figure out what was expected behavior from Plupload's side..? I left a comment there but thread seems to be closed now. If we can come up with strict requirements for it, I could help to make it consistent.
comment:5
follow-up:
↓ 9
fczuardi2
— 12 months ago
I don't mean to spam this bug, but since this was the page google pointed me when I was looking for how to enable back client-side image resize before uploading to wordpress, I think it can be useful to write the workaround / way to turn that feature back on again (WP 3.4.1) while it doesnt get properly reintroduced…
add_action( 'post-upload-ui', 'media_upload_max_image_resize' );
comment:9
in reply to:
↑ 5
DrewAPicture
— 10 months ago
Replying to fczuardi2:
I think it can be useful to write the workaround / way to turn that feature back on again (WP 3.4.1) while it doesnt get properly reintroduced…
add_action( 'post-upload-ui', 'media_upload_max_image_resize' );
FWIW, I've been adding the action back via a plugin since it was decided to remove it in #19174. I rewrote the language a bit but haven't had any reported problems. Uploading & resizing multiple photos works for us in FF14, Safari 6, Chrome 21, Opera 12 and IE9.
+1 altough I think it depends on Plupload itself to fix the inconsistencies, no?