Opened 9 years ago
Closed 9 years ago
#43011 closed feature request (duplicate)
WP_Http File Uploads
| Reported by: | globalprogramming | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | HTTP API | Version: | 4.9.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I'd like to switch from using cURL to WP_Http to streamline plugin code.
From what I can see WP_Http currently does not support file uploads while it does support GET/POST/cookie management/redirections pretty much everything short of file uploads.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @globalprogramming and welcome to Trac.
We've currently got another request for this open over here: #42839 - however we'll need support for it in the upstream library (Requests) before we can add it to WordPress.