Search results

  1. W

    [VB.NET] Netload API - Get file link

    Still can't finish the project.
  2. W

    [VB.NET] Netload API - Get file link

    Just ".rar", no password no compression. Actually I don't know how to use "multipart/form-data" and I think post data string has a mistake too. Thank you very much for every posts and helps. Regards. -----------------------------------------------------------...
  3. W

    [VB.NET] Netload API - Get file link

    As you said, the response is netload error page source code. ... <div id="Content_Container"> <div id="InLine_Content_Container"> <br/><div class="InPage_Error"><pre>&bull; Error #01: Upload failed or the file doesn't meet our <a...
  4. W

    [VB.NET] Netload API - Get file link

    If I understand you are saying, Change this line Dim request As WebRequest = WebRequest.Create("http://api.netload.in/getserver.php") to Dim request As WebRequest = WebRequest.Create("http://upload1.netload.in/upload.php?id=9") Right? Is it helpful?
  5. W

    [VB.NET] Netload API - Get file link

    My English not good for this article. Please can you show me an example? This issue very important to me. If you can help would be most grateful. Thank you very much for your response. Regards.
  6. W

    [VB.NET] Netload API - Get file link

    Can anyone help me about how to use Netload API on VB.Net? I don't know how to use HttpWebRequest. Paid or free. ---------- Post added at 02:23 PM ---------- Previous post was at 11:16 AM ---------- Imports System Imports System.IO Imports System.Net Imports System.Text Public Class Form1...
Back
Top