How to stop upload started with URLLoader.load()?
hi guys,
i have large binary buffer upload , need to stop started upload session.
but... cannot find way this!! tried urlloader.close(), nothing.
as adobe documentation mentions useless method, tried experiment removing event listeners (maybe gc stop it?...), tried assign null data property of urlrequest object i've passed urlloader (maybe have nothing send?...).
but without result. don't want stop, , sends, sends, sends damn request...
guys, maybe have idea?
hi,
urlloader cant stop uploads of large data may take time terminate network operations in progress , altough eventlisteners attached urlloader closed immediately.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment