I'm going to implement a file uploading application using flex 3.5 and php. In the flex code I need to read the content of the uploaded file without calling the FileReference.load() method (Since it is a big issue when uploading large files). I checked many online articles and didn't find a way to do this in flex. Can anyone tell me if there is anyway to access the content of this file without using FileReference.load() method?
because I need to chunk the data after that.