Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any HTTP client with Socket.outputProgress support for uploading?

URLLoader doesn't dispatch PROGRESS event when uploading data, but latest Socket implementation has support for outputProgress Event [1].

Is there any HTTP client which can track upload progress by using outputProgress?

[1] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html#event:outputProgress

like image 757
Fred K Avatar asked Apr 18 '26 13:04

Fred K


1 Answers

AS3HttpClient uses the Socket class to do HTTP, if it doesn't do what you want, it might be the best place to start. There is even an old plea from the developer for Adobe to support outputProgress in Socket

References

  • AS3HTTPClient
like image 166
Paul Sweatte Avatar answered Apr 20 '26 01:04

Paul Sweatte



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!