I’ve received some requests to update my Multipart URLLoader Class with additional features and to make it more customizable. So here we go! Complete source code and test usage example with small PHP script available in my Google Code repository.
UPDATES:
version 1.3
- Added Async property. Now you can prepare data asynchronous before sending it.
- It will prevent flash player from freezing while constructing request data.
- You can specify the amount of bytes to write per iteration through BLOCK_SIZE static property.
- Added events for asynchronous method.
- Added dataFormat property for returned server data.
- Removed ‘Cache-Control’ from headers and added custom requestHeaders array property.
- Added getter for the URLLoader instance used to send data.


Hi Eugene,
I heard talk a lot about yours Multipart URLLoader, but
I dont found the link to download that, if you can send
it to me I will be grateful.
Se ya.
Alex
@Alex you can find a link to this Class in right column of my blog. Class is uploaded to my google repo.