fileupload component question
I have a page with a fileUpload component.
I have the component set to "Auto-Submit On Change" because I need to modify the page based on the filetype of the file selected.
When the user presses Open in the "Choose File" window, the value of the fileUpload component is set but subsequently wiped out after the fileUpload_processValueChange takes place.
Then, of course, when I press my Upload File button, it fails because there is no file to load.
Is this how the component is supposed to work? Is there a way to keep the value around after the page is submitted?
I'm using Studio Creator Update 1.
Thank you!

