views:

19

answers:

1

I've added a ProgressEvent listener to an instance of FileReference. At different times in the code I call both upload() and load(). How can I isolate the progression event of only the upload method?

A: 

Use different objects for load and upload events, with different handlers.

Or set a flag before calling the load or upload process.

www.Flextras.com