Tagged Questions
6
votes
3answers
6k views
How do I Pass an Image from Flash to ASP.NET?
Quick version:
How do I get an image that was generated on the users browser back to the server?
The current plan is this:
The Flash developer will convert the bitmap to JPEG
He will then POST the ...