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

[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

[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