On Tue, Mar 2, 2010 at 1:00 PM, Vinicius Carvalho <[email protected]> wrote: > I'm using 1.0.3. Ok tks. I'll give it a try. Since onuploadend does not have > this argument I wasn't able to figure out. But since its called before > onuploadend, I guess I could stack the value on a ThreadLocal to be > retrieved later.
Even simpler is to use afterCommand() directly. onUploadEnd() is a simplified callback, but you can always use before/afterCommand() instead. /niklas
