Hi all,
I was working with the fileupload class today and realized that its API
is was never really updated to use events. If I remember correctly, this
was written before the days of an LZX <event> tag. I filed this bug to
track it:
http://jira.openlaszlo.org/jira/browse/LPP-8729
Basically, most OpenLaszlo classes that have asynchronous actions send
an event to tell you when the action is done. (e.g. lz.dataset.ondata,
onerror...). But fileupload is weird - you have to override methods.
What's the process for updating this? I can do the work of updating it
(there's not a whole lot), but is there an approvals process I'd need to
go through? It's an incubator component, which is why I'm volunteering
to do it - I'm assuming it'll be a straightforward API that can change
in a future release.
Thanks,
Antun