| Author |
File upload filter
|
Manish Hatwalne
Ranch Hand
Joined: Sep 22, 2001
Posts: 2573
|
|
Can I apply filter to following type of input control? I only want user to upload jpg files. How can I ensure that? <input type="file" name="theFile"> TIA, - Manish
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
That is the basic idea....BUT you should always check it on the server TOO. Eric
|
 |
 |
|
|
subject: File upload filter
|
|
|