I need help with something that should be very simple - I have a webserver
app, the client will select a file off their system, upload it to the
server, the server takes that file, if its a word file, opens it, and
determines whats in it. Thats all fine and working so far. Now, what I
need to do is - based on whats in the file, could be A , B, or C. If its
A, I need to display a screen to the client, let him make a choice and then
pass that to the server, the server then will send him another screen.
Same with B or C.
Is there an example out there in our group of examples, I have looked at
just about everyone and I cant find an example doing this.
Thanks in advance.