Let's say we have an application form that contains entries for text, numbers, checkboxes, and file uploads.
Would it be best practice to have two HttpClient services (one for sending the text/number/checkbox data the user entered and one for sending the file data the user uploaded) to post this data to the same URL?