Hi
I have a awk script which parses a file a.txt and produces some output.
Is it possible for me to upload the awk script on to my unix webserver and create a HTML form for the end user so that he selects the file a.txt from his local hard drive and say "submit" the output should be produced on the screen. As soon as he presses submit button, in the background the awk script should process the user selected a.txt file and produce the output.
Is this possible..? Any suggestions please.
regards
MP
I have a awk script which parses a file a.txt and produces some output.
Is it possible for me to upload the awk script on to my unix webserver and create a HTML form for the end user so that he selects the file a.txt from his local hard drive and say "submit" the output should be produced on the screen. As soon as he presses submit button, in the background the awk script should process the user selected a.txt file and produce the output.
Is this possible..? Any suggestions please.
regards
MP