Click to See Complete Forum and Search --> : Limited Views by File Extension
WebPageNewbie
02-26-2003, 07:43 AM
I am creating a webpage to be used by an internal group of users in my department. We share many data files through our network share drives. I want to point the users to a specific folder and at the same time limit the files they view by qualifying the extension (ex .xls or .mdb)
dabush
02-26-2003, 06:04 PM
thats exactly what he's talkin about. i want 2 knwo the same thing.
dabush
02-26-2003, 09:46 PM
does certain browsers not comply with the ACCEPT attribute? i tried to do this...
<form>
<input type=file accept="image/*">
</form>
and it didnt change anything. still can choose other types (like .html or All Files, etc.)
dabush
02-26-2003, 10:47 PM
so my next question is...is it a setting on my computer, or is it just my browser that dont support it?
WebPageNewbie
02-27-2003, 09:32 AM
Thanks for all your input. Can some provide code that would
point to c:\temp for only .xls file types using the:
<form>
<input type=file accept="image/*">
</form>