Uploading to Server Hard Disk
-
hi, In my asp.net application, i want to upload files to my server i.e to my server hard disk and not to application folder. Also i need to browse my server directories,make directories,delete directories. Pl suggest me a technology to be followed for the above scenario. How far would ftp be useful in this case.
-
hi, In my asp.net application, i want to upload files to my server i.e to my server hard disk and not to application folder. Also i need to browse my server directories,make directories,delete directories. Pl suggest me a technology to be followed for the above scenario. How far would ftp be useful in this case.
I did something similar using c#. I was able to create directories and files and write them to my server using the standard stream. Although I didnt allow for browsing. As far as ftp I dont think that would be the best option in this case. Let me know if u want me to paste a quick example. MySweet10! - The Search Ends Here