Re: file type selection



Hi,

On 06 Jun 2001 18:15:41 -0400, jacob berkman wrote:
> right.  so we really need to have is something more like:
> 
> 	char *mime_types = { "", "image/png",
> 			     "", "image/jpeg",
> 			     "Image Files", "image/jpeg,image/png" };
> 

Sorry to confuse the issue, but wouldn't a simple mime regexp be useful
for these sort of collections ?

	{ ..., "Image Files", "image/*" }

-Alex

--
 make: *** No rule to make target `sense'.  Stop.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]