Image upload not recording or replaying

At my wits end please someone help
Here is the web site, You need to create a profile and then you can upload a image for the profile. https://www.clientconnections.com/
I can record logged in, select edit card, but the not upload an image
Issue on the edit business card page there an image upload button
I am trying to Click the image button and upload a new image
the button click is recorded but upload image file doesn’t

WebUI.click(findTestObject(‘Page_Edit Business Card/button_Choose an image’))
WebUI.setText(findTestObject(‘Page_Edit Business Card/IIMAGE’), ‘U:\Sylvester.jpeg’) (this doesn’t work)

Error message is
(Root cause: org.openqa.selenium.InvalidElementStateException: invalid element state: Element is not currently interactable and may not be manipulated

see the code here:

Did this solution work for anyone? I couldn’t get it to work…