Re: [flexcoders] Posting PNG to server

2007-01-26 Thread franto
we got it working now, thanks for help anyway :) On 1/25/07, franto [EMAIL PROTECTED] wrote: what do ou mean exactly? On 1/25/07, Simeon Bateman [EMAIL PROTECTED] wrote: I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass

RE: [flexcoders] Posting PNG to server

2007-01-26 Thread Andrew Trice
PROTECTED] On Behalf Of Simeon Bateman Sent: Thursday, January 25, 2007 2:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Posting PNG to server I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass the binary data

[flexcoders] Posting PNG to server

2007-01-25 Thread franto
Hi, Please help me, how can I post PNG (ByteArray created by Tini Uro's convertor) to server (PHP) Im try URLLoader + URLRequest.data = png but it doesnt work :( Does anyone know, what should I do? Thanks P.S. Close to deadline :)) Franto

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread Simeon Bateman
I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass the binary data? simeon On 1/25/07, franto [EMAIL PROTECTED] wrote: Hi, Please help me, how can I post PNG (ByteArray created by Tini Uro's convertor) to server (PHP) Im

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread franto
what do ou mean exactly? On 1/25/07, Simeon Bateman [EMAIL PROTECTED] wrote: I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass the binary data? simeon On 1/25/07, franto [EMAIL PROTECTED] wrote: Hi, Please help me,

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread Webdevotion
Franto, I posted a reply on your question today in the other thread ; )

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread franto
1 more thing can be sent in 1 URLRequest post data + PNG i think its not possible, but just asking because for png i need to set request.contentType = multipart/form-data; but it removes ll POST vars (text) is it possible to merge these 2 kinds of data? Franto On 1/25/07, franto [EMAIL