file upload
-
hello, i want the limit the type of files displayed as per the selection in another drop down.i.e. if i select .gif files in the drop down then the file upload box should show only files of type .gif.how to do it? Thanx, chitranjan more dash than cash!!!
-
hello, i want the limit the type of files displayed as per the selection in another drop down.i.e. if i select .gif files in the drop down then the file upload box should show only files of type .gif.how to do it? Thanx, chitranjan more dash than cash!!!
Basically, you cannot limit the file type with the input file element, however you can provide your code to validate the value of the input file at the client side and the server side so that the user is only able to upload the files of a particular file types.