Wordt in HTML aan de browser meegegeven.
Code: Selecteer alles
<script>
phpbb.plupload = {
snip
max_file_size: '9437184b',
snip
filters: {
mime_types: [
{title: 'Images', extensions: 'gif,png,jpeg,jpg,tif,tga', max_file_size: 5242880},{title: 'Archives', extensions: 'gtar,gz,tar,zip,rar,ace,tgz,tar.gz,7z', max_file_size: 1048576},{title: 'Plain_text', extensions: 'txt,diz,nfo,log', max_file_size: 1048576},{title: 'Source code', extensions: 'c,h,cpp,hpp,java,pas,bas,ipcc', max_file_size: 1048576},{title: 'Documents', extensions: 'xls,doc,dot,pdf,ppt,tex,xlsx,docx,pptx', max_file_size: 1048576}
],
mime_types_max_file_size: [
{title: 'Images', extensions: 'gif,png,jpeg,jpg,tif,tga', max_file_size: 5242880},{title: 'Archives', extensions: 'gtar,gz,tar,zip,rar,ace,tgz,tar.gz,7z', max_file_size: 1048576},{title: 'Plain_text', extensions: 'txt,diz,nfo,log', max_file_size: 1048576},{title: 'Source code', extensions: 'c,h,cpp,hpp,java,pas,bas,ipcc', max_file_size: 1048576},{title: 'Documents', extensions: 'xls,doc,dot,pdf,ppt,tex,xlsx,docx,pptx', max_file_size: 1048576}
],
snip
}
</script>