Flex Web App中的文件流

时间:2022-04-22 21:35:14

I want to read a file that is in the client machine in flex web app.But ı dont want file to send server for processing ı want to to read content of file and show in it a component .

我想在flex web app中读取客户端机器中的文件。但是不希望文件发送服务器进行处理ı想要读取文件内容并在其中显示一个组件。

1 个解决方案

#1


1  

The only option for you is using FileReference.load() method.

唯一的选择是使用FileReference.load()方法。

#1


1  

The only option for you is using FileReference.load() method.

唯一的选择是使用FileReference.load()方法。