raghavpn
6 years agoOccasional Visitor
File upload standards
While uploading a file are content type,encoding and file name mandatory as per the standards?
Currently ui is calling the api with multipart/form-data with only one file.
Should i check the parameter name and content type and decoding in the api
Currently ui is calling the api with multipart/form-data with only one file.
Should i check the parameter name and content type and decoding in the api