I have two websites: Website A and Website B. Is it possible to use fileupload control on website A and through which I upload the file to website B.
我有两个网站:网站A和网站B.是否可以在网站A上使用fileupload控件,并通过它我将文件上传到网站B.
I have been looking for solution for some time but not found any.
我一直在寻找解决方案,但没找到任何解决方案。
I know we can access any file on website B so it's not have any access restriction.
我知道我们可以访问网站B上的任何文件,因此它没有任何访问限制。
1 个解决方案
#1
0
if you're using a shared web host then your options are limited, check this link
如果您使用的是共享的Web主机,那么您的选项有限,请查看此链接
http://madskristensen.net/post/simple-ftp-file-upload-in-c-20
and check the last post in this
并查看此处的最后一篇文章
upload files to a different server
将文件上载到其他服务器
#1
0
if you're using a shared web host then your options are limited, check this link
如果您使用的是共享的Web主机,那么您的选项有限,请查看此链接
http://madskristensen.net/post/simple-ftp-file-upload-in-c-20
and check the last post in this
并查看此处的最后一篇文章
upload files to a different server
将文件上载到其他服务器