Flex download and flex details
I am making a downloader for a third party site, I do not want to load through my host (user upload to host, node upload to third party), this is a waste of bandwidth, so I decided to choose flex, but I want to be clear about flex before I try with it, can it handle the post-download HTTP response (redirect header, html response, json ...)
a source to share
I'm not sure if this is really what you are looking for, but there are a few flash files that support cross-domain (third party) uploads:
fancyupload specifically refers to crossdomain support on the homepage: http://digitarald.de/project/fancyupload/1-0/
you need to have a crossdomain.xml file on a third party site that has instructions on how to do this:
http://forum.mootools.net/viewtopic.php?id=8312
and
they use the standard post-soviet postal form so that, as the receiving server can handle, they will work. On the client side, javascript interfaces are provided to get the download results.
a source to share
A bit unclear what you need, but you can try this Flex / PHP loader . It supports multi-user upload and simultaneous upload:
http://bytearray.brixtonjunkies.com/2009/10/01/flex-multiple-file-uploader/
a source to share