You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests is not used for incoming data like $_FILES, but rather for sending requests. You'll need to handle $_FILES yourself, then pass the data to Requests.
See #34 for adding support for sending files (which is not the same as working with $_FILES).
Can't seem to process Input file types.
Here is my snippet:
This snippet cannot get the $_FILES.
The text was updated successfully, but these errors were encountered: