cozo
02-28-2008, 10:02 PM
Hi,
Trying to use a .NET 2.0 application to upload some files to the bluehost server.
using the following line (its only one line in the code)
networkinstance.UploadFile("C:\Documents and Settings\pecoster\Desktop\ALPS REPORTER 2008\bin\Rocket.pdf", "http://www.mydomain.com/onlinealps/1/template.csv")
if the template.csv file exists alreadythis doesnt give any errors or warnings but it doesnt upload the file either..
If the file does not exist then it gives a 404 error.
I suspected that this wouldnt work without passwords and login but what password etc should I use?
Is it possible at all?
Thanks
Trying to use a .NET 2.0 application to upload some files to the bluehost server.
using the following line (its only one line in the code)
networkinstance.UploadFile("C:\Documents and Settings\pecoster\Desktop\ALPS REPORTER 2008\bin\Rocket.pdf", "http://www.mydomain.com/onlinealps/1/template.csv")
if the template.csv file exists alreadythis doesnt give any errors or warnings but it doesnt upload the file either..
If the file does not exist then it gives a 404 error.
I suspected that this wouldnt work without passwords and login but what password etc should I use?
Is it possible at all?
Thanks