标签: http iis file-upload https
我有一个程序可以在我的域上创建文件。
文件必须上载并发送到网站https:\\upload.anothercompany.com。
https:\\upload.anothercompany.com
我必须将文件复制到另一台具有Internet连接的服务器,然后以某种方式通过HTTP POST请求将这些文件上传到网站。
任何想法都需要做什么?我需要在IIS中建立网站吗?