DialogFilter not filtering

  •  02-25-2013, 12:08 AM

    DialogFilter not filtering

    Using the PHP File UpLoader I am having problems getting DialogFilter to properly show image files in widows 7.

     

     the syntax that I'm using is

           $uploader->DialogFilter="Images (jpg/gif/png)|*.jpg;*.gif;*.png";
     When its present windows displays "All Files"  when its commented out windows displays "Custom Files".

    What am I doing wrong? 

     

    Pleaser refer to this link for an simplified example    http://bandit-radio.com/phpfileuploader/dialogfilter.php

     

    Thanks

    Daryl

     

     

     

     

View Complete Thread