Re: [flexcoders] Upload image

2010-07-26 Thread Marcio Rosa
Hello;

Keeping reading to see how Flex can do this for you.
Building a Flex Multiple File Uploader with Image Preview

http://www.devshed.com/c/a/PHP/Building-a-Flex-Multiple-File-Uploader-with-Image-Preview/
http://www.marciorosa.com/

Marcio Rosa

2010/7/23 Christophe 

>
>
> Hello,
>
> I have an upload image function found on internet based on a URLRequest,
> but it's not working each time on all browsers, and on Mac and PC.
>
> Does someone know a good Upload image function with sources ?
>
> Thank you,
> Christophe,
>
>  
>


[flexcoders] Upload image

2010-07-23 Thread Christophe
Hello, 

I have an upload image function found on internet based on a URLRequest, but 
it's not working each time on all browsers, and on Mac and PC.

Does someone know a good Upload image function with sources ?

Thank you,
Christophe, 




Re: [flexcoders] Upload image from local disk to textarea

2010-03-29 Thread gabriel montagné
Hi Venkat,

On 29 March 2010 02:30, Venkateswara  wrote:

> I need to upload an image from local disk by clicking an button(Browse),the
> image needs to be loaded in the textarea.

I don't really understand how are you thinking to load the image in the text
area, but perhaps, for uploading an image from local disk, I can help you out
with this,

http://github.com/gabrielmontagne/avena/blob/master/src/com/rojored/net/ImageUploader.as

Which can be used like,

http://gist.github.com/347872

HTH,
Gabriel

--
gabriel montagné láscaris comneno
http://rojored.com
+44 (0) 7500 709 209


[flexcoders] Upload image from local disk to textarea

2010-03-29 Thread Venkateswara
Hi,
 I need to upload an image from local disk by clicking an button(Browse),the 
image needs to be loaded in the textarea.

Can anyone solve me out.

Thanks & Regards,
venkat



Re: [flexcoders] Upload image to an image gallery

2009-03-08 Thread Brendan Meutzner
Didn't this question just get posted a few days ago?



On Sun, Mar 8, 2009 at 3:02 AM, christophe_jacquelin <
christophe_jacque...@yahoo.fr> wrote:

>   Hello,
>
> I want to upload image, and then to put this image in a galley.
>
> Do you have any ideas or examples ?
>
> Thank you,
> Christophe,
>
>  
>



-- 
Brendan Meutzner
http://www.meutzner.com/blog/
http://www.riajobs.com


[flexcoders] Upload image to an image gallery

2009-03-08 Thread christophe_jacquelin
Hello,

I want to upload image, and then to put this image in a galley. 

Do you have any ideas or examples ? 

Thank you,
Christophe,




Re: [flexcoders] Upload Image

2009-03-06 Thread Brendan Meutzner
In order to upload the image, you will need to handle the binary data sent
from your Flex app on the server via some server side language (ie.
ColdFusion, PHP, Java, etc...).  All Flex does, is facilitates the transfer
of the data from the client's computer via rpc/web service/http service
etc...
Have a look in the Flex docs for the File classes used to select the image
within your app.


Brendan



On Fri, Mar 6, 2009 at 2:06 AM, christophe_jacquelin <
christophe_jacque...@yahoo.fr> wrote:

>   Hello,
>
> What is the instruction to use for uploading an image ?
>
> And how to use this image in the flex application when uploaded ?
>
> Thank you,
> Christophe
>
>  
>



-- 
Brendan Meutzner
http://www.meutzner.com/blog/
http://www.riajobs.com


[flexcoders] Upload Image

2009-03-06 Thread christophe_jacquelin
Hello, 

What is the instruction to use for uploading an image ?

And how to use this image in the flex application when uploaded ? 

Thank you,
Christophe