Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How to validate the image uploaded in Ajax Uploader?
Re: How to validate the image uploaded in Ajax Uploader?
10-29-2009, 11:23 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How to validate the image uploaded in Ajax Uploader?
Reply
Quote
Jagan ,
At server side, you can use
System.Drawing.Image.FromFile/FromStream to load the image.
If it throws exception , that means it's not a image file.
Regards,
Terry
View Complete Thread