How can we send a flat file into Application layer
Say this I have flat file in this format
1234 ravi 20070102
8932 suresh 20060205
How do I send this to apllication layer .
And get a <name>.txt...............so that I can acess this directly ?
Any suggestions ?