
Is there anyway of finding out the swfu instance that called the upload_start_handler?
I have several instances running on the same page and they all call the same upload_start_handler but the file object that is passed to it doesnt seem to give any details of which swfu instance made the call.
Anybody have a work around other than to use different start handlers for each instance?
You can find out
You can find out which instance is running by this.movieName property. Its looks like SWFUpload_0, SWFUpload_1 and so on
Ahh
Ahh thanks.
this.customSettings["custom_setting_1"];
is perfect for what I need to do.