Hi:
I want to upload a text file from the client browser to the server, but I don't want it saved anywhere on the server as a temporary file.
I just want to read the text directly into a string.
The text will contain info which must stay secure so I don't want it written to the hard disk.
Could anyone point me in the right direction?
Thanks,
Mark