Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Protection of fileExt
  • Hi,
    Sorry but my english is not perfect.
    Even if you have file extension limitation, you can write *.* or *.doc or *.php next to the name of the file and you will choose and upload all the type of file. It's dangerous because you can upload *.exe, *.php
    my code : 'fileExt' : '*.jpg',





  • The fileExt setting is a simply a filter provided by flash. You still need to add file type protection within your upload script.