PDA

View Full Version : filtering files to upload


Baleric
08-22-2006, 12:19 AM
hey guys, just wondering if it is possible to filter files in an upload form,
is it possible to apply some code to the text field so it only accepts .jpg .jpeg .gif file types.

thanks in advance

cheers.

bmwmpower
08-22-2006, 11:38 AM
you can use javascript Function to filter files be4 upload

Baleric
08-23-2006, 12:10 AM
hello,
i have this done already,
but there is a problem that if the person has javascript disabled then it wont work.
i would rather do it in asp so that i know it gunna work with everyone,

can anyone help?