Hello.
I would like to know how to upload a file from ActionScript 3 (From a FLEX Application) to a Dot Net Back End, maybe to an ASHX file, an ASPX file or similar and using C# as core backend language.
Thanks!!
Hello.
I would like to know how to upload a file from ActionScript 3 (From a FLEX Application) to a Dot Net Back End, maybe to an ASHX file, an ASPX file or similar and using C# as core backend language.
Thanks!!
Use the FileREference class to pass the file from Flash Player to the backend service. Googling provides a bunch of examples on how to do this, here are the top 2:
http://algorithmist.wordpress.com/2007/10/19/flex-file-upload-with-aspnet/