开发者

Upload images to a subdomain folder like orkut in asp.net

开发者 https://www.devze.com 2022-12-10 08:59 出处:网络
hai guys, I want to upload images through my web page to 开发者_StackOverflowa folder in a subdomain of my website is it possible in asp.net.. IIf the ASP.NET page performing the upload is not hosted

hai guys, I want to upload images through my web page to 开发者_StackOverflowa folder in a subdomain of my website is it possible in asp.net.. I


If the ASP.NET page performing the upload is not hosted on the same machine serving the subdomain you will need to install some script on each machine that you would call from the ASP.NET page, pass it the file bytes and it will save the file in the necessary subfolder. This script should be secure enough not to allow uploading to arbitrary directories.

0

精彩评论

暂无评论...
验证码 换一张
取 消