<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Interesting - could you do it without coding (ie Maestro)? <br>
<br>
On 13/05/28 9:24 PM, Jackie Ng wrote:
<blockquote cite="mid:1369787061994-5056592.post@n6.nabble.com"
type="cite">
<pre wrap="">Under the hood, we're basically using the HttpWebRequest class whose input is
now an unbounded System.IO.Stream instead of a man-in-the-middle
MemoryStream.
Although the latter does simplify code and we still use this code path if
the file we're uploading is small enough, it is obviously an inefficient use
of memory and an OOM trigger if we're trying to upload a file that's several
GBs in size.
So yes it's feasible. Our API just expects a System.IO.Stream. We don't care
whether it's a file, in-memory object, or a download data stream from a
remote cloud service/provider.
- Jackie
--
View this message in context: <a class="moz-txt-link-freetext" href="http://osgeo-org.1560.x6.nabble.com/MapGuide-Maestro-5-0-RC1-and-4-0-5-maintenance-release-available-tp5056482p5056592.html">http://osgeo-org.1560.x6.nabble.com/MapGuide-Maestro-5-0-RC1-and-4-0-5-maintenance-release-available-tp5056482p5056592.html</a>
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<title>GEMTEC Email Signature</title>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
/* <![CDATA[ */
hr {
margin-top: 2em;
height: 1px;
border: none;
color: #ccc;
background-color: #ccc;
}
#sig {
font: 10pt Arial, Helvetica, sans-serif;
color: #333;
}
#sig-text {
padding: 3px;
}
#sig-text strong {
font-size: 11pt;
color: black;
}
#sig img {
float: left;
margin-right: 20px;
}
#sig img, #sig a img {
border: none;
}
/* ]]> */
</style>
<hr>
<div id="sig"> <a href="http://www.gemtec.ca/"><img
src="cid:part1.05010607.03030108@gemtec.ca" alt="GEMTEC
Limited" title="Visit the GEMTEC Limited homepage"
height="69" width="200"></a>
<p id="sig-text"> <strong>Andrew DeMerchant</strong><br>
<br>
tel: 506.453.1025 / toll-free: 1.877.243.6832<br>
fax: 506.453.9470 </p>
</div>
</div>
</body>
</html>