Name: Anonymous 2006-12-05 21:23
If I want to post an image on 4chan from console only, how would I go about doing it with wget?
wget --post-data="MAX_FILE_SIZE=somenumber&resto=threadnumber&name=whatever&email=whatever&com=somecomment&upfile=(i don't know what to put here)&pwd=whatever&mode=regist" http://cgi.4chan.org/s/imgboard.php
...is what I have. I'm not sure how to write the file location in there.
If I just write:
/home/me/file.jpg
It sends back an Updating page... and the image doesn't show up. What am I doing wrong?
wget --post-data="MAX_FILE_SIZE=somenumber&resto=threadnumber&name=whatever&email=whatever&com=somecomment&upfile=(i don't know what to put here)&pwd=whatever&mode=regist" http://cgi.4chan.org/s/imgboard.php
...is what I have. I'm not sure how to write the file location in there.
If I just write:
/home/me/file.jpg
It sends back an Updating page... and the image doesn't show up. What am I doing wrong?