Hey All, I am doing some file-upload stuff with java on backend. To achieve this I need to do some post with multipart/form-data. I am also using *FileReference* to get a reference to handle the file. But in the flex language reference it says,
*Note*:The FileReference.upload() and FileReference.download() methods do not support the URLRequest.contentType parameter. So how can I get the file on backend? Any thoughts? Regards, Mert..

