S
Srini
Hi everyone,
I want to transfer a file from servlet page or JSP to an ASP page.
Since the two pages are in different server (WAS and IIS), I
cannot just send file path to the ASP page and let it retrieves
the file itself. If i path file paths's to servlet/JSP it should send
those files to ASP page on different server(IIS) for processing.I don't
want to use file input type ="File" for selecting the file to upload,i
want it to happen in background.
I want the ASP page can get the file and then process it. Do you
guys know how to do it? If any of you know, please reply. I
really appreciate it.
Srini
I want to transfer a file from servlet page or JSP to an ASP page.
Since the two pages are in different server (WAS and IIS), I
cannot just send file path to the ASP page and let it retrieves
the file itself. If i path file paths's to servlet/JSP it should send
those files to ASP page on different server(IIS) for processing.I don't
want to use file input type ="File" for selecting the file to upload,i
want it to happen in background.
I want the ASP page can get the file and then process it. Do you
guys know how to do it? If any of you know, please reply. I
really appreciate it.
Srini