## What problem does this address? Leverage the mediaUpload package to handle image uploads. ## Acceptance Criteria: - [x] @wordpress/upload-media queue uses mediaUpload - [x] mediaUpload leverages sideload API endpoint as needed - [x] Existing callbacks and events still fire correctly - [x] Progress updates logged (not yet reflected in UI) - [x] Error handling maintains current behavior - [x] No breaking changes to public APIs - [x] Fall back to existing mechanism as needed
What problem does this address?
Leverage the mediaUpload package to handle image uploads.
Acceptance Criteria: