Hi,
I need to know if its possible to upload a file without user intervention.My requirement is as follows. I have 2 different servers. On click of submit on the upload form, the file would be uploaded as a multipart - request to the first server. And then the same file should be uploaded from the first server to the second server without any user intervention. Also the first server should update the database based on the response from the second server.
Can anybody help me out .....
Discussions
Web tier: servlets, JSP, Web frameworks: File Upload without User intervention - URGENT Pls..
-
File Upload without User intervention - URGENT Pls.. (2 messages)
- Posted by: Dwipin Chandran
- Posted on: November 05 2003 23:54 EST
Threaded Messages (2)
- It is possible by Balasubramanian Hitler on November 06 2003 07:31 EST
- Additional information by Tom Cole on November 06 2003 07:55 EST
-
It is possible[ Go to top ]
- Posted by: Balasubramanian Hitler
- Posted on: November 06 2003 07:31 EST
- in response to Dwipin Chandran
Latest IE browsers has some security lag.
So pass a exc from your server to client
to write the content of the file uploaded in your server.
Some toolbar softwares are installing without any prompt likewise
you can make your exc to create the file in the back. -
Additional information[ Go to top ]
- Posted by: Tom Cole
- Posted on: November 06 2003 07:55 EST
- in response to Balasubramanian Hitler
Are both servers web servers?
Does server B support FTP?
Is server B in the same domain as server A?