"filetypes" parameter of UPLOADER attribute editor is not working
Hello, | I'm using Oracle WebCenter Sites 11g, 11.1.1.8.0, Patch 6. When trying to create a PNGUploader attribute editor that restrict filetypes to .png file types only it doesnt work and the attribute keeps allowing all types of files |
XML:
<?XML VERSION="1.0"?> <!DOCTYPE PRESENTATIONOBJECT > <PRESENTATIONOBJECT NAME="Uploader"> <UPLOADER FILETYPES="*.png" > </UPLOADER > </PRESENTATIONOBJECT>
1