georgepatotk
Well-known member
I do this code in ASp.Net, but it seems that I need a permission to access the folder. Does any one know how to apply the permission with coding?
to save to the folder: filename.PostedFile.SaveAs(sPath)
I think I need to assign permission before this line. What should I do?
to save to the folder: filename.PostedFile.SaveAs(sPath)
I think I need to assign permission before this line. What should I do?