Quantcast
Channel: Configuration and Deployment
Viewing all articles
Browse latest Browse all 3561

Image upload not working in server.. please help

$
0
0
<div>

Dear All,

   Please help me on this below, while uploading images in local the below code is working  fine. but when im move to server. its not working. please find the below simple code.

              string postFileName = filLogo.PostedFile.FileName;
                string upFileName = postFileName.Substring(postFileName.LastIndexOf("\\") + 1);
                if (postFileName != "")
                {          
                    postFileName = Request.PhysicalApplicationPath + "images\\userfiles\\" + upFileName;
                    filLogo.SaveAs(postFileName);
                }           

Any help will be much more appreciated.

</div>

Viewing all articles
Browse latest Browse all 3561

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>