Diff
Not logged in

Differences From Artifact [978f116e78]:

To Artifact [c71f0d04a7]:


622
623
624
625
626
627
628


629
630
631
632
633
622
623
624
625
626


627
628
629
630
631
632
633





-
-
+
+





          webRequest ContentType $contentType 
        } 
      }] 
 
      set data [uri upload \ 
          -inline -raw -encoding identity -webclientdata \ 
          $script -data $formData $uri] 
          -timeouttype network -inline -raw -encoding identity \ 
          -webclientdata $script -data $formData $uri] 
    } else { 
      set options [list \ 
          -binary true -type $contentType -query $formData] 
 
      set data [eval ::PackageRepository::getFileViaHttp \