上传表单可以将文件上传到另一台服务器吗?

发布于 2024-12-03 23:39:42 字数 144 浏览 3 评论 0原文

是否可以在服务器 A 上有一个 HTML 表单并将其上传内容到服务器 B?

这能实现吗?我正在尝试使用 iframe 以及在其他服务器上启动的表单,但我需要从服务器 A 传递到表单的信息。我必须使用 javascript 吗?

感谢您的帮助!

Is it possible to have a HTML form on server A and have it upload content to server B?

Can this be achieved? I am trying to use an iframe with the form starting on the other server, but I need information passed to the form from server A. Would I have to use javascript?

Thank you for your help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小糖芽 2024-12-10 23:39:42

当然,只要您通过 POST 发送它并且您的远程服务器接受该 POST 响应。不需要javascript,只需将表单操作设置到远程服务器即可。

As long as you're sending it via POST and your remote server is accepting that POST response, sure. No need for javascript, just set the form action to the remote server.

转角预定愛 2024-12-10 23:39:42

可以,但服务器 b 必须接受上传。它必须在服务器端完成。使用 php 或同等语言。

这是一个很棒的教程

http://www.tizag.com/phpT/fileupload.php

You can but the server b has to accept the upload. It has to be done on the server side. Using php or equivalent.

Here is a great tutorial

http://www.tizag.com/phpT/fileupload.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文