Imagine you're working with an application form that includes fields for text, numbers, checkboxes, and file uploads.
Is it considered best practice to use two separate HttpClient services - one for sending the text/number/checkbox data entered by the user and another for sending the file data uploaded by the user - in order to post this information to the same URL?