I am trying to upload a file to my web based Flex application. However, all the research I'm doing only discusses uploading a file from a user to a web server destination.
Is there a way to upload a file to the app for processing? Or must it be uploaded to the server and processed there? (It is trivially easy to download content from a server.)