R – Flash – FileReference, Upload multiple files at once

actionscript-3flashhttp

I have a ASP.NET/C# web application with FLASH object integrated. I need to upload two image files to the server at once from one HTTP POST via file reference class in FLASH. Is it possible? If so, How to do it ?

Thanks.

Best Answer

I wrote a blog on this issue at the start of the year which may help:

http://blog.mikestead.me/upload-multiple-files-with-a-single-request-in-flash/

Or if you just want to jump to the code solution you can find it here:

http://github.com/mikestead/as3urlrequestbuilder