Hi all - I woder why am always having some trivial problems to solve ??? I can explain what am lloking for in detail.
Say, We have 3 inhouse web servers and 2 remote web servers. All of this web server accept same type of files as input : say foo.txt (these file contain some data and the 5 web server will process it and gives its respective results) Now, we are planning to integrate these 5 server in to a single form (web page) (so that the users dont need to visit all the 5 web pages) But, my doubt is how I will pass this single file to different server ? (I am a 3/10 in perl and CGI - that means I just know how to use module, how to run a cgi kind of stuf - thats why am not able to try with socket programing or related high-end stuff ) -- I was thinking about this problem and I got one simple solution : 1. Provide a check box + file upload details on page one of new server 2. On next page there will be submit buttons for selected respective check boxes selected already 3. store the uploaded file in /tmp area 4. Onclick on submit button pass the file to respective server IS this a feasible idea ? any body can help to code it ? --- Eagerly waitng for ur invaluable suggestion. ibikid