[CLOSED] FileUploadFile Filter

  1. #1

    [CLOSED] FileUploadFile Filter

    I have a trouble, i want to know if the Ext control UploadField can has a filter, that only allow me choose specific extension of the files, for example if i want only upload images the file chooser show me only files with .jpg - .png - .gif etc, do you think that is possible?

    thanks so much

    Attached Thumbnails Click image for larger version. 

Name:	Captura.PNG 
Views:	12 
Size:	17.3 KB 
ID:	19381  
    Last edited by Daniil; Jan 30, 2015 at 1:43 PM. Reason: [CLOSED]
  2. #2
    Hi @osef,

    Unfortunately, it is not possible with a FileUploadField, here is a related thread.
    http://forums.ext.net/showthread.php?11950

    It is possible with a MultiUpload control via its FileTypes property, for example:
    FileTypes="*.png;*.jpg;*.jpeg;*.gif"

Similar Threads

  1. Replies: 4
    Last Post: Sep 17, 2014, 8:25 AM
  2. Replies: 7
    Last Post: Mar 12, 2013, 8:15 AM
  3. [CLOSED] FileUploadFile cleared right after submit
    By bogc in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 15, 2013, 5:58 AM
  4. Replies: 2
    Last Post: May 01, 2012, 4:57 PM
  5. Replies: 0
    Last Post: Aug 31, 2010, 4:29 AM

Posting Permissions