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 ...)

0


a source to share


3 answers


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

http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001590.html

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.

0


a source


yes flex will handle the http response.



0


a source


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/

0


a source







All Articles