You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Try and send async
2. See that nothing is sent to the server
Instead of
I use the latest version of the code, with windows 7 and, checked in all
browsers.
Currently I added the event listener and removing it myself so data would be
sent,
Simple to fix, add this line in the load method when checking if all the data
is prepared(or if you deem it not right, in another place):
addEventListener( MultipartURLLoaderEvent.DATA_PREPARE_COMPLETE, startLoad);
Removing the listener in doSend method:
if (_async)
removeEventListener( MultipartURLLoaderEvent.DATA_PREPARE_COMPLETE, startLoad);
New startLoad signature:
public function startLoad(event:MultipartURLLoaderEvent):void
thats about it to get it working in async mode.
Original issue reported on code.google.com by [email protected] on 27 Sep 2012 at 12:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Sep 2012 at 12:01The text was updated successfully, but these errors were encountered: