[Flashcoders] Re: image upload from flex to .net

2009-10-14 Thread Hans Wichman
Hi,

no takers on this one? Noone any experience with this kind of thing through
remoting?

regards
JC

On Mon, Oct 12, 2009 at 4:05 PM, Hans Wichman 
j.c.wich...@objectpainters.com wrote:

 Hi list,

 I need to upload an image from flex to .net.
 That in addition to a lot of other stuff that I need to do to it.

 I'd like to consolidate all those operations including the upload into some
 kind of remoting gateway.

 My question is:
 - is remoting a good option for uploading an image in this scenario?
 - which remoting gateway for .net is a good option?

 tia,
 Hans

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Re: image upload from flex to .net

2009-10-14 Thread Merrill, Jason
I don't have a lot of detail for you, but we have had good success using
Webservices built in C#.NET and calling them from Flash and Flex.  We
used FileReference class to upload images from Flash to the Webservice
and C# handled the file from there to place it on the server's
filesystem.  


Jason Merrill 

Bank of  America   Global Learning 
Learning  Performance Soluions

Monthly meetings on making the most of the Adobe Flash Platform -
presented by bank associates, Adobe engineers, and outside experts in
the borader multimedia community - join the Bank of America Flash
Platform Community  (note: this is for Bank of America employees only)

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: image upload from flex to .net

2009-10-12 Thread Hans Wichman
ps i'm leaning toward weborb btw

On Mon, Oct 12, 2009 at 4:05 PM, Hans Wichman 
j.c.wich...@objectpainters.com wrote:

 Hi list,

 I need to upload an image from flex to .net.
 That in addition to a lot of other stuff that I need to do to it.

 I'd like to consolidate all those operations including the upload into some
 kind of remoting gateway.

 My question is:
 - is remoting a good option for uploading an image in this scenario?
 - which remoting gateway for .net is a good option?

 tia,
 Hans

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders