Hi,
I am trying to use Visual C#.NET to Upload pictures to my Linux Server. And Apache kept giving me this error
"An Unknown Filter Was Not Added:PHP"
I think it has something to do with the configuration of Apache.
client.UploadData("http://www.myserver.com/",UploadImage);
And Yup. I have already set the file permission on the server side corretly. Can any one help me with this problem?
My C# code is correct. It works on my IIS.
Leo