Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jonrmayer
jonrmayer
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jonrmayer
Customize the badges you want to showcase on your profile
Re: image capture and send with post - Adobe LiveCycle 12-11-2007
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...

Views

143

Likes

0

Replies

0