Upload file with WP_REST_Request /wp/v2/media
I’m trying to upload a file within own plugin using WP_REST_Request and /wp/v2/media (POST).
I’ve used the code from https://github.com/bobbingwide/wordpress-develop-tests/blob/master/phpunit/tests/rest-api/rest-attachments-controller.php as a reference.
Upload file with WP_REST_Request /wp/v2/media
I’m trying to upload a file within own plugin using WP_REST_Request and /wp/v2/media (POST).
I’ve used the code from https://github.com/bobbingwide/wordpress-develop-tests/blob/master/phpunit/tests/rest-api/rest-attachments-controller.php as a reference.