api-platform / docs

API Platform documentation
https://api-platform.com/docs/
164 stars 1.06k forks source link

Improves file upload testing documentation #1862

Open cheike569 opened 8 months ago

cheike569 commented 8 months ago

This change will improve the File Upload Testing Documentation, as this has been hidden in the "File Upload" Section when it should be under the Testing section. It was not clearly pointed out how to only pass form fields with the extra option instead of the body (like one would assume) Also, it was not clearly pointed out that Symfony's FormDataPart Class won't work (like described at https://symfony.com/doc/current/http_client.html).