| Author: Ajay kumar 02 Aug 2006 | Member Level: Gold | Rating: Points: 2 |
Take a new control OpenFileDialog1 set the filter property of OpenFileDialog1 as
openFileDialog1.Filter="Images(*.JPG,*.GIF)|*.jpg;*.gif";
|
| Author: Pankaj Mishra 02 Aug 2006 | Member Level: Diamond | Rating: Points: 2 |
HI Windows application or web application? If it is windows application you can do that.but in web application using HTML file control in asp.net you can not do that.
Regards Pankaj
|
| Author: Gayathri 02 Aug 2006 | Member Level: Gold | Rating: Points: 2 |
hi this is web application file upload
|
| Author: Pankaj Mishra 02 Aug 2006 | Member Level: Diamond | Rating: Points: 2 |
Hi,
Than you can not do that
Regards Pankaj
|