How can i publish a folder
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Can i publish a folder in my pc through web? How? Can someone help me on how can a user upload their file directly in my website and they can also view the uploaded file? Please beed your help I'm just new. Thanks in advance. :-O
ASP.NET can't see above it's own root folder, so store the files in your web app folders, and they will then be visible, according to what permissions you give that folder ( browse/get/etc ). It's not the safest approach in the world, I wouldn't think. I'd be inclined to use a local service to store files outside the web app, and pass the byte stream back to the user. Christian Graus - Microsoft MVP - C++