Entry
yes,Dave,you are right!thanks! But it only works in linux, why could not win32?(it will say:Unable to open //php2)
Jul 14th, 2000 06:45
Alan McLaughlin, http://support.microsoft.com/support/kb/articles/Q169/5/46.asp
I had the same problem with getting a functional upload program. I
finally found that it was all about authentication for me. Turns out
that IIS is crap (go figure). If you have NTLM set for authentication
for some reason, it fails. I had to switch to Basic authentication
ONLY then magically everything started upload perfect. Hope this helps.
good luck
Alan