faqts : Computers : Programming : Languages : PHP : Common Problems : File Uploading

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 9 people (78%) answered Yes
Recently 3 of 5 people (60%) answered Yes

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