Re: Client side file I/O

2010-05-11 Thread ben fenster
you can use php to create a server side script that will create a file from data you will send via post request and alink to the file this way u will create save button that will be a download link to a file in the server side loading shold be even easier since it just a file upload On 10 מאי,

Client side file I/O

2010-05-10 Thread David Given
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a rich app client that wants to be able to construct data algorithmically and save the result; it also wants to be able to read a local file, and process it locally. [No, I do *not* want unrestricted access to the filesystem from the client! I

Re: Client side file I/O

2010-05-10 Thread Sripathi Krishnan
Are there any new techniques I'm not aware of that will allow me to prompt the user for a file and then be able to get the contents of the file into a client-side structure so I can process it? If your clients have Flash Player 10, you can use Flex to read or write files, *provided* the