Reply to Feature Request - upload file extension check like mime check

Feature Request - upload file extension check like mime check new!
by chihwen, 16 years ago
I think the code implement like the following...
// ext_check LIKE mime_check
// Set this variable to false if you don't want to check
// the file extension against the allowed list
$handle
->ext_check = true;

// file_ext_allowed LIKE allowed
// Allowed file extension
$handle
->file_ext_allowed = array(
   
'gif',
   
'jpg',
   
'png',
   
'bmp',
);

Please possible for next release or bugfix, thank you.Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important