Thanks for the comments. I am finding that the security restrictions on the FileReference object are very strict. One of the other features I am trying to add in is the ability for a user to resume a list of file uploads if the browser crashes or the upload is interrupted in any way.
I am finding that I can get some data from inside the FileReference, but I am unable to set the data. There also appears to be many protected properties of the object that are not accessible at run-time (path to the file, etc.) I have tried saving the FileReference to a LSO and loading it back it, however all of the properties are set to '<exception thrown by getter>' when it is loaded back in. Has anyone found a was to crack into the FileReference or to create one in any way other then with the .browse method? thanks --jason

