简体   繁体   English

有没有办法使用PHP和表单同时将文件上传到2个或更多服务器?

[英]Is there any way for uploading files to 2 or more servers at same time using PHP & forms?

I'm just wondering is that even possible using forms and PHP? 我只是想知道甚至可以使用表单和PHP? Thanks. 谢谢。

No. A single form can only be submitted to one location. 不可以。单个表格只能提交到一个地方。 However, the PHP script could then upload it to another location. 但是,PHP脚本可以将其上载到另一个位置。

表单不能提交到多个位置,但是你绝对需要这样做,你可以创建一个AJAX上传器来处理它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM