Upload torrent to bytebx.com Programming Software Development by dhimanbiswas4u …a form application that upload torrent file in bytebx.com using my username and password Could … request like : http://bytebx.com/storage POST /storage HTTP/1.1 Host: bytebx.com User-Agent: Mozilla…0.5 Accept-Encoding: gzip, deflate Referer: http://bytebx.com/storage Cookie: xxxxxxx Connection: keep-alive Content… Re: Upload torrent to bytebx.com Programming Software Development by dhimanbiswas4u …;) Dim req As HttpWebRequest = DirectCast(WebRequest.Create("http://www.bytebx.com/storage"), HttpWebRequest) req.Method = "POST" … = ccont req.KeepAlive = True req.Referer = "http://www.bytebx.com/storage" req.UserAgent = "Mozilla/5.0 (Windows… Re: Upload torrent to bytebx.com Programming Software Development by dhimanbiswas4u ohhh sorry... I did not mentioned something.. textbox3.text = "http://torcache.net/torrent/55282A6D8AA608CAED27B0250605AAE6E0EE2F4F.torrent" and i also tried Dim boundary As String = "---------------------------" & String.Concat(Enumerable.Range(0, 13).Select(Function(x) rnd.Next(3, 9).ToString())) And …