source html:
- Код: Выделить всё
<form method=post action="?mode=upload" enctype="multipart/form-data">
<p><b>Maximum File Size: 256 kbytes.</b><br></p>
<table border=1 cellspacing=0 cellpadding=5>
<tr><td class=rowhead>Upload file</td><td><input type=file name=file size=60></td></tr>
<tr><td colspan=2 align=center><input type=submit name=Submit value="Upload" class=btn></td></tr>
</table>
</form>
не как не поиму !
снифернул POST , вот результат :
- Код: Выделить всё
POST /imagestorage.php?mode=upload HTTP/1.1
User-Agent: Opera/9.27 (Windows NT 5.1; U; ru)
Host: torrentsmd.com
Accept: application/xhtml+voice+xml;version=1.2, application/x-xhtml+voice+xml;version=1.2, text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Accept-Language: en-US,en;q=0.9
Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1
Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0
Referer: http://torrentsmd.com/imagestorage.php
Cookie: confidential
Cookie2: $Version=1
Connection: Keep-Alive, TE
TE: deflate, gzip, chunked, identity, trailers
Content-Length: 1203
Content-Type: multipart/form-data; boundary=----------WdX97IwDJsEGxeDLtGSHeV
------------WdX97IwDJsEGxeDLtGSHeV
Content-Disposition: form-data; name="file"; filename="cri.gif"
Content-Type: image/gif
[/syntax]