Revision: 2512
Author: seba.wagner
Date: Sun Oct 25 11:15:51 2009
Log: Add pptx, docx, xlsx
http://code.google.com/p/openmeetings/source/detail?r=2512
Modified:
/trunk/singlewebapp/WebContent/openmeetings/base/components/upload/fileUpload.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/base/components/upload/fileUpload.lzx
Mon Oct 12 03:48:00 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/base/components/upload/fileUpload.lzx
Sun Oct 25 11:15:51 2009
@@ -51,11 +51,11 @@
var imageTypes = new Object();
imageTypes.description = "Allowed Files";
- imageTypes.extension = "*.tga; *.xcf; *.wpg;
*.txt; *.ico; *.ttf;
*.pcd; *.pcds; *.ps; *.psd; *.tiff; *.bmp; *.svg; *.dpx; *.exr; *.jpg;
*.jpeg; *.gif; *.png; *.ppt; *.odp; *.odt; *.wpd; *.doc; *.rtf; *.txt;
*.ods; *.sxc; *.xls; *.sxi; *.pdf";
+ imageTypes.extension = "*.tga; *.xcf; *.wpg;
*.txt; *.ico; *.ttf;
*.pcd; *.pcds; *.ps; *.psd; *.tiff; *.bmp; *.svg; *.dpx; *.exr; *.jpg;
*.jpeg; *.gif; *.png; *.ppt; *.pptx; *.odp; *.odt; *.wpd; *.doc; *.docx;
*.rtf; *.txt; *.ods; *.sxc; *.xls; *.xlsx; *.sxi; *.pdf";
allTypes.push(imageTypes);
imageTypes = new Object();
- imageTypes.extension = "*.txt; *.ppt; *.odp;
*.odt; *.wpd; *.doc;
*.rtf; *.txt; *.ods; *.sxc; *.xls; *.sxi; *.pdf";
+ imageTypes.extension = "*.txt; *.ppt; *.pptx;
*.odp; *.odt; *.wpd;
*.doc; *.docx; *.rtf; *.txt; *.ods; *.sxc; *.xls; *.xlsx; *.sxi; *.pdf";
imageTypes.description = "Documents";
allTypes.push(imageTypes);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---