Help required with file open web control
From: bala (bala_at_web_at_yahoo.com)
Date: 02/10/05
- Next message: Paul Glavich [MVP ASP.NET]: "Re: Forms Authentication - context changing"
- Previous message: MicroMoth: "Using the component class and MVC"
- Next in thread: Scott Allen: "Re: Help required with file open web control"
- Reply: Scott Allen: "Re: Help required with file open web control"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 16:56:13 +0530
Hi all
sorry for the repost the earlier one was incomplete
My problem is like this
I am using the file control now i want that when the user browse for file
only image files should be visible means I want to apply the filter
One way I have tried was added a accept="image/jpg,image/gif" attribute
< input type="file" id="file" type="file" name="file" runat="server"
accept="image/jpg,image/gif"
but it dosent works it shows all files in filter
please let me know if any one can solve my proublem
thank in advance
bala
- Next message: Paul Glavich [MVP ASP.NET]: "Re: Forms Authentication - context changing"
- Previous message: MicroMoth: "Using the component class and MVC"
- Next in thread: Scott Allen: "Re: Help required with file open web control"
- Reply: Scott Allen: "Re: Help required with file open web control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|