Mitchsnitchel
Active Member
- Joined
- Jul 14, 2009
- Messages
- 32
- Reaction score
- 0
Ok so no one helped me on my last topic (http://mybroadband.co.za/vb/showthread.php/270243-ASP.net-database-connection-problems - thanks alot) but I figured it out and the databases are working perfectly now.
My next problem is the elements within the "HTML input(file)" control. Here is what I have:
Dim file as string = session("Username").Tostring + ful.filename
try
ful.SaveAs(Server.MapPath("Uploads/" + file)
... and so on
At the moment files are uploaded to locally.
where would server ip, username and password be placed in that line and in what context? ANY help would be appreciated
cheerio
My next problem is the elements within the "HTML input(file)" control. Here is what I have:
Dim file as string = session("Username").Tostring + ful.filename
try
ful.SaveAs(Server.MapPath("Uploads/" + file)
... and so on
At the moment files are uploaded to locally.
where would server ip, username and password be placed in that line and in what context? ANY help would be appreciated
cheerio