How to Interact with File Upload Window

I use the Set text |imput_filename | path\nameoffile.doc
The script looks like this
WebUI.setText(findTestObject(‘Page_Edit Business Card/input_FileName’), ‘U:\Resume of a Tester.doc’)
I had an issue finding the input object as Katalon didn’t record it directly, I end up using Spyweb to find it.