Hi - I've made a flex uploading application that gets a file from the client's file system using FileReference() and uploads it to a server.
I'd like to be able to resize the image before it is sent to the server, but apparently flex doesn't have access to the actual bits that make up the image file, only a reference to the file. Surely there must be a way to manipulate that image data from the client's file before it gets to the server? Has anyone done anything like this? I've looked all around but haven't had much luck. Thanks in advance, Rob

