Hello,

I am stuck with image uploading from file system

I have a path c:\images\abc.jpg

This image I want to upload on wiki
but it doesnt work

sample code looks like


        $file = "c:\\images\\D4215_0_0.jpg";
        $data = "action=upload&filename=$file&token=%2B%5C";

                $path  = "/mediawiki/api.php";
                echo "socket opened";
                fputs($fp, "POST $path HTTP/1.1\r\n");
                fputs($fp, "Host: $host\r\n");
                fputs($fp, "Content-type: multipart/form-data \r\n");
                fputs($fp, "Content-length: ". strlen($data) ."\r\n");
                fputs($fp, "\r\n");
                fputs($fp, $data);

can you please help me whats wrong here?
-- 
View this message in context: 
http://old.nabble.com/Image-uploading-tp27544560p27544560.html
Sent from the WikiMedia API mailing list archive at Nabble.com.


_______________________________________________
Mediawiki-api mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-api

Reply via email to