Thanx Bryan and Platonides for the reply
I am still couldnt manage to upload the image
Could you please elaborate more what should be done
I tried to access the page http://en.wikipedia.org/wiki/Special:Upload
it displays
From Wikipedia, the free encyclopedia
Jump to: navigation http://en.wikipedia.org/wiki/Special:Upload#column-one, search http://en.wikipedia.org/wiki/Special:Upload#searchInput
The action you have requested is limited to Autoconfirmed usershttp://en.wikipedia.org/wiki/Wikipedia:Autoconfirmed_users, Administrators http://en.wikipedia.org/wiki/Wikipedia:Administrators, Confirmed users http://en.wikipedia.org/wiki/Wikipedia:User_access_levels.
Return to Main Page http://en.wikipedia.org/wiki/Main_Page.
On Thu, Feb 11, 2010 at 7:45 PM, Bryan Tong Minh bryan.tongminh@gmail.comwrote:
Hi,
Except from the issue that Platonides mentioned, there is something else wrong with your postdata
On Thu, Feb 11, 2010 at 2:10 PM, Herulee heramb.forums@googlemail.com wrote:
$file = "c:\\images\\D4215_0_0.jpg"; $data = "action=upload&filename=$file&token=%2B%5C";This is urlencoded data.
fputs($fp, "Content-type: multipart/form-data \r\n");You specify multipart/form-data. When you specify that you send multipart/form-data, it's not going to work if you send urlencoded data. You need to send the data in the encoding that you specify; you can't expect it to work otherwise.
Bryan
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api