[flexcoders] Re: FileReference and mimetypes

2006-07-11 Thread pmarstonuoa
Hi Jeff, I'm having the same problem. According to the Flex2 documentation the content type defaults to application/octet-stream, but you can set the contentType of the request: var request:URLRequest = new URLRequest(myURL); request.contentType = image/jpeg; myFileReference.upload(request);

[flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread pmarstonuoa
Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP (Remoting) and mySQL I've quickly got an interface up and running and I've managed to populate a comboBox using the same remoting call that the original