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!

[655 byte] By [dsva] at [2007-11-27 6:31:56]
# 1
Yes and No. What you are seeing is by design. For security reasons, the file Upload component does not retain its value after a submit occurs.Sorry,LarkCreator QE
larkula2a at 2007-7-12 17:57:04 > top of Java-index,Development Tools,Java Tools...