View difference between Paste ID: zY0RhAWh and mBtyV8kf
SHOW: | | - or go back to the newest paste.
1-
$request = POST("http://micro.biology.dal.ca/cgi-bin/gb2/gbrowse/Toceanica2/",
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
							]