I am using asyncfileupload ajax control and can successfully upload and save picture on server.
I need to do the following and not sure how:
When user is in process of uploading, I only want them to see *.jpg *.gif and *.bmp files
Once the user uploads their picture, how do I reduce the quality of the picture so it is less than 10 KB?
Env is VS 2008 C#
Thanks, Behrouz