Hello binpath82.I was facing the same issue in my application. I have resolved it by adding the change event instead reading from domRef() at upload button press.XML View:<u:FileUploader id="fileUploader" change="onFileChange"/> JS Controller:onFile...