Thanks Peter.

My problem is that I need to interface with a 3rd party server that *only* accepts uploads by HTTP PUT (REST Interface). I'm looking to save huge amounts of bandwidth by not streaming everything through a server side proxy.

So just to be clear:

* File upload using PUT will _not_ be part of the next flash VM release (i.e. Flash9)?
* There is no way to get a hold of the binary data of the file reference so to make my own PUT using sockets, right?

cheers

  -michael


On 5/20/06, Peter Farland <[EMAIL PROTECTED]> wrote:
You can use HTTP 1.1 methods such as PUT with the FDS Proxy Service.
 
The Flash Player URLLoader only supports GET and POST, however the FDS Proxy Service uses Apache Commons HTTPClient to make the request for you and this library is HTTP 1.1 compliant. Note, however, that the Proxy Service does not support multipart form post.
 
 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Hansen
Sent: Friday, May 19, 2006 5:47 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] [Flex2] File upload using HTTP PUT ?

NP! You had me going there for a minute... :)

-michael


On 5/19/06, Stacy Young <[EMAIL PROTECTED] > wrote:

Sorry, misread your post …scratch what I said   ;-)

I thought "post"

 


From: Stacy Young
Sent: Friday, May 19, 2006 5:29 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

 

It's already in there , I'm using it !

 

-Stace

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Hansen
Sent: Friday, May 19, 2006 5:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [Flex2] File upload using HTTP PUT ?

 

This one is for the Adobe guys...

Any chance we'll see Flex2 implement file uploading using HTTP PUT ? I sense that your're going to see a demand for this in the near future. (I could use it right now! :)

Cheers

 -michael





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to