I have a suitelet where a user can select a file to upload, or paste text directly into a textbox. I created a client script that should recognize if the user selected a file or pasted text. Does anyone know of a way to trigger a client script when a file was selected on a suitelet? the fieldChanged function runs when text/select fields are updated, but it seems like the select file is not a regular field. Any suggestions?