Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
hi,

i was wondering what the supported file types are for the editable of type = 'file'?
Hi,

The 'file' editable region, per se, does not impose any restriction on the type of files that can be uploaded. It is the 'couch/includes/fileuploader' component used by it (and also by 'image' editable regions) that has a white-list of allowed extensions for files and images.

You can find the settings in 'couch/includes/fileuploader/config.php'
Code: Select all
$Config['AllowedExtensions']['File']
$Config['AllowedExtensions']['Image']

Hope this helps.
@kk thanx! that's exactly the info. i was looking for.
3 posts Page 1 of 1
cron