Restricting file types in HtmlInputFile

  • Thread starter Thread starter John Mason
  • Start date Start date
J

John Mason

I'm trying to restrict the selection of files to jpg; gif
etc. in an HtmlInputFile control. All the documentation
says use the Access property but this doesn't work. It
doesn't show up in Intellisense and the compiler objects
to it.
I am using Dev Studio 2003. Anyone know if it's a known
problem and how do I get around it?
 
Back
Top