Opened 13 years ago
Closed 13 years ago
#22622 closed defect (bug) (fixed)
Route uploads through async-upload.php instead of admin-ajax.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | high |
| Severity: | major | Version: | 3.5 |
| Component: | Upload | Keywords: | |
| Focuses: | Cc: |
Description
wp.Uploader sends its uploaders to admin-ajax through the wp_ajax_upload_attachment() method instead of to async-upload. While the resulting code is cleaner, some installs may have async-upload whitelisted and/or provisioned differently than admin-ajax, resulting in errors (including but not limited to differing file size limitations).
After discussing in IRC, we're going to route everything through async-upload for 3.5.
Attachments (4)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Not working yet, but adds the code to make plupload send through async-upload.