Search code examples
javaapache-flexflex3filereference

Upload in Flex without FileReference


Is there anyway of upload a file in flex 3.5 without using fileReference? Or even with fileReference, but without browsing, for example, I'm trying to take a printscreen and send it to my java web server thanks


Solution

  • You can take a image snapshot and then use urlRequest to upload. Have a look on http://marstonstudio.com/2007/10/19/how-to-take-a-snapshot-of-a-flash-movie-and-automatically-upload-the-jpg-to-a-server-in-three-easy-steps/