upload file to webpage
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i trying to expand my knowledge i trying to simulate what some websites do that allow member to upload files. thus i developed a website that i am testing locally on my machine and i wanted to be able to go to a page and click browse find a file and upload that file into my webserver. i planning to have a test folder located at http://localhost/try/uploadfiles that i am going to upload all the files to. i hope i not sounding confused thus the scenario is i can choose to browse and upload the following file from my machine (c:\video.swf) and then its going to be uploaded to http://10.0.0.1/try/uploadfiles kenny