Tagged Questions
5
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 ...
1
vote
1answer
142 views
asp.net : A generic error occurred in GDI+
I create an asp.net 4.0 web application which has a web service for uploading images. I am uploading images by sending the image in form of Base64 string from my mobile app to the web service.
...
0
votes
0answers
43 views
Upload image and same multiple versions with many resolution best practice
I'm wondering what is the best practice of uploading an image and saving multiversions of this image with different resolution?
one solution is to save only one version and use handler to resize on ...