MKNetworkKit
MKNetworkKit copied to clipboard
How to send multipart/form-data request without file
Server has a url that file param is optinal, but must use multipart/form-data type to post. If i send request without file then get a error. Is it possible to send a multipart/form-data request without file?