|
Posted by Marek Kilimajer on 03/29/05 21:24
Cima wrote:
> hi,
>
> id like to know if there is a way to filter or specify what type of files id like uploaded to my server. for example, if i make a form to upload image files, when i click browse there are 2 fields one that'll store the file name(of the file selected) and the other filetype (usually say all types) what id like is to specify in file type : *.jpg,*gif etc. is this possible?
>
> thanx.
Another reply :)
You can use javascript to find out the extension from
form.elements['fileinput'].value, and check it against a list of allowed
extensions.
Navigation:
[Reply to this message]
|