Error when uploading media to site running TinyIB
#34
Closed
opened 6 years ago by tslocum
·
5 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Created by: ghost
When trying to upload a swf, png, or jpg file, it just told me "Supported file types are JPG, PNG, GIF and SWF." I need help.
Created by: Alionides
how did you solve this problem?
Did you mean to reopen this @braydenk0916? If so, please paste your
$tinyib_uploads
from settings.phpCreated by: ghost
changed name from braydenk0916 to gamizard
$tinyib_uploads = array('image/jpeg' => array('jpg'),
'image/pjpeg' => array('jpg'),
'image/png' => array('png'),
'image/gif' => array('gif'),
'application/x-shockwave-flash' => array('swf', 'swf_thumbnail.png'));
# 'video/webm' => array('webm')); // WebM upload requires mediainfo and ffmpegthumbnailer (see README for instructions)
# 'audio/webm' => array('webm'));
http://tgc.undo.it/boards/ for link to site
Created by: ghost
Does anyone know how to fix this?
Created by: Wqer555
https://github.com/tslocum/TinyIB/issues/25
https://github.com/tslocum/TinyIB/issues/28
There's been 2 issues on this.