i have a problem in writing to a file on URL.
I can read from this URL but i con not write to it.
i know that to write to URL you should be the owner of
the site which mean you should log in. But i did not
find a method to connect to the URL in which i can
pass the user name and the password as parameter.
i connect to the URL without a username and password
and i write to it but nothing change, what is strange
that the it did not return any exception the program
excutes and finished but nothing change!!
So if any one know a method through which i can pass
the username and the password to the URL please let me
know.