Archive for the ‘.NET’ Category

Uploading Files from Flex to Your .NET Server

Wednesday, August 1st, 2007

When writing RIAs in Flex, you may find it useful to allow users to upload files to the server. While Flex simplifies this functionality with the FileReference class (a part of the Flash Player), there is not much documentation on how to handle the upload request on the server. This article will show you how to do exactly that if you have a .NET back end, using an ASHX handler file.

(more…)