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
Binary data cannot be sent (Data::File) unless it's plain text that is UTF-8 encoded.
This is due to the contents being read into a string (which requires UTF-8).
I do not know how binary multipart/form-data is usually sent (base64?).
Binary data cannot be sent (
Data::File) unless it's plain text that is UTF-8 encoded.This is due to the contents being read into a string (which requires UTF-8).
I do not know how binary
multipart/form-datais usually sent (base64?).