HI.. have u uploaded file before in Flex. if yes then you know how the
file upload works . usually after selecting the file u'll be calling
the fileref's upload method where u'll be passing a request object. in
that request object u create a parameter and put the absolute path of
the file which u want to upload instead of using flex upload directly
read the file frm the location

On Dec 28, 12:55 pm, Saurabh <[email protected]> wrote:
> 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?

--

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.


Reply via email to