Advertisement
Guest User

Untitled

a guest
Mar 11th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $request = POST("http://xxxxxxxxx/cgi-bin/gb2/gbrowse/Toceanica2/",
  2.                         Content_type => 'form-data',
  3.                         Cookie       => [%{$temp}],
  4.                         Content      => [
  5.                             action    => 'upload_file',
  6.                             overwrite => 1,
  7.                             file      => [undef,$filename.$file_type,Content => $content],
  8.                             id        => $sessionid
  9.                             ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement