Click here to Skip to main content
15,912,578 members

Comments by Chriz12 (Top 20 by date)

Chriz12 2-Sep-21 3:59am View    
Thank you
Chriz12 5-Jul-18 5:42am View    
I added @ but it doesn't make any difference.
Chriz12 5-Jul-18 5:42am View    
AppSettings FolderPath is correct because I'm using it in another method without having any problems. My problem is that for some reason I loose all the "\" when mapping the path.
Chriz12 5-Jul-18 5:15am View    
Deleted
I added @ but it doesn't make any difference.
Chriz12 5-Jul-18 4:44am View    
Yes I know, I just used the static physical path in order to verify the problem. I'm using Server.MapPath(ConfigurationManager.AppSettings["FolderPath"]) for getting the path, after uploading the files from client's side to /Files folder on server's side.