Sorry Tstrokes, you don't have access to a file on disk in javascript. you could copy and paste the content in your script as a variable if it's not too long though. whatever you try, the content will be sooner or later uploaded to the user.
On 11 fév, 17:41, tstrokes <[EMAIL PROTECTED]> wrote: > 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