How to set the fileDialog file filter in the FileUploadField

  1. #1

    How to set the fileDialog file filter in the FileUploadField

    In the Asp,the OpenFileDialog or the SaveFileDialog , we can filte the file type,

    Is there one of property or function in the FileUploadField control to get the same result.such can use the filter as:

     *.txt|(*.txt)txt file|*.pdf|(*.pdf)pdf file
    ?????
  2. #2
    Hi,

    Unfortunately, there is no such mechanism. But you can validate it.

    Please follow:
    http://forums.ext.net/showthread.php?11950

Similar Threads

  1. Replies: 1
    Last Post: Jun 04, 2012, 2:34 PM
  2. FileUploadField filter combobox
    By David Pelaez in forum 1.x Help
    Replies: 1
    Last Post: Mar 03, 2011, 7:08 AM
  3. Remove file from FileUploadField
    By juredecman in forum 1.x Help
    Replies: 7
    Last Post: Aug 26, 2010, 7:18 PM
  4. Replies: 2
    Last Post: Oct 09, 2009, 10:45 AM
  5. FileUploadField file name
    By Kamal in forum 1.x Help
    Replies: 2
    Last Post: Jun 29, 2009, 1:01 PM

Posting Permissions