In my Flex Application doing Image upload for local system.
Actually i’m using FileReference class in this class have load() it is only in FP-10.
so i’m doing another way using upload() but this method taking URLRequest object.
private const FILE_UPLOAD_URL:String
fileRef.upload(new URLRequest(FILE_UPLOAD_URL));
so problem is how to get file url in local system..
give me example for this help lot..
Try this:
A full, working example can be found here
Also make sure to check out the Livedocs on this matter
Cheers