> Hmm, i'll have to investigate that, but i am rather busy atm.
>
I can live without the post of additional parms, I changed my backend
code to handle query string instead of form-data. Anyway if there is
something I can do to help, let me know.
> What flash version are you using? Did you try to upgrade it to the
> latest version?
I tried both 9 and the latest 10. Same behavior. What's strange is
that it worked for a while than stopped working.
> I absolute did NOT want the plugin to be dependent on jQuery.ui, so if
> you can rewrite it so it doesn't use any other jQuery stuff i would be
> happy to give you the credits for it and include the fix in the code.
>
What do you mean by "it doesn't use any other jQuery stuff" ? I am not
looking for any credits. I simply used the $.widget function of core
ui to ensure each instance of the plugin has its own settings and
events handling space. Feel free to do what you want with it.
> > I am still stuck with the swf movie not triggering the events after
> > fileUploadStarted. Not being familiar with swf development, I don't
> > know if you have additional debugging facilities to identify what
> > would cause the swf movie not to trigger the events.
>
> Working on that also.
I definitely need to figure out why the swf movie no longer triggers
events after fileUploadStarted. Any idea on where to look for ?