You've probably already worked this one out but I thought Iwould post my
solution - not elegant but it works I spent two days trying to find an
asp.net solution in VB.netto no avail so here goes:Actionscript:var
bitMD:BitmapData = new BitmapData(this.width,this.height)
bitMD.draw(this); var _PNG:ByteArray = PNGEncoder.encode(bitMD); var
U:URLRequest = new URLRequest U.method = URLRequestMethod.POST U.data =
_PNG; U.contentType="application/octet-stream"; U.url =
"http://localhost/CARTO/image.asp...