Help for this page

Select Code to Download


  1. or download this
    (Method-Line)    POST /NOTIS/IPAllocation/IPAllocNetsUploadProcess.asp
    + HTTP/1.1
    
    ...
    
    Content-Disposition: form-data; name="file1"; filename="10.26.0.0.csv"
    
  2. or download this
    $mech->request(POST 'https://netinfo.ti.citigroup.net/NOTIS/IPAllocati
    +on/IPAllocNetsUploadProcess.asp',
           Content_Type => 'form-data',
    ...
    
    print $mech->content;