Opened 6 months ago
Closed 6 months ago
#22622 closed defect (bug) (fixed)
Route uploads through async-upload.php instead of admin-ajax.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 3.5 |
| Component: | Upload | Version: | 3.5 |
| Severity: | major | Keywords: | |
| 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)
koopersmith — 6 months ago
comment:1
koopersmith — 6 months ago
koopersmith — 6 months ago
comment:2
koopersmith — 6 months ago
Working.
Note: See
TracTickets for help on using
tickets.

Not working yet, but adds the code to make plupload send through async-upload.