Hi, I want to do a file upload in my flex application. I know there is FileReference class which allows me to browse to a file and then using Upload method I can upload the file. But the problem is that, I have a absolute path of a file which I want to upload, I don't want to show the browse control to the user to select the file and then go for upload. I have the path of the file and want to use that path only to do the upload.
How can I skip the FileRefrence's browse and specify the absolute path? I tried name property but its read only. I don't want to do this in my flex web application and not in AIR. Any ideas? Regards, Saurabh -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

