[jQuery] Re: Reading in the contents of a file.

2008-02-12 Thread tstrokes
Well I did find this example:http://alex.dojotoolkit.org/?p=532. I'm not a big fan of dojo so I was wondering if you could do anything like this in jQuery. --tstrokes On Feb 11, 9:32 pm, alfredwesterveld <[EMAIL PROTECTED]> wrote: > This can't be done with javascript (c

[jQuery] Reading in the contents of a file.

2008-02-11 Thread tstrokes
Is there a way to get the contents of a file without actually uploading the it? Example: I just need the contents not the actual file. I need to parse the contents of a file on the fly and display it to the user. Thanks for any help. --tstrokes