The ability to upload and link files other than images
This would be a great feature, and is along the lines of this request for font uploads.
The ability to upload and link files other than images
…and be able to manage them from a Content Browser.
Also, being able to connect your File Manager via SFTP, WebDAV, SSH would be a great enhancement since it makes uploading, overwriting, renaming and deleting files much faster.
And it’d also allow the user to get exact file info and other information quickly.
Might help as well with audio files to enable embedding narration of a post
For those using bear for making personal blogs/websites. it makes sense to allow users to upload their CV as a PDF file. Size can be limited of course
would absolutey be overjoyed if i could use my blog to upload audio files as well!!!
I’d love to be able to upload audio, video and pdfs
Video files too please :)
+1 for font uploads mentioned above by @pimoore
File uploads (including fonts) is now available in the Media center of your dashboard.
Here are the supported filetypes:
image_types = ['png', 'jpg', 'jpeg', 'tiff', 'bmp', 'gif', 'svg', 'webp', 'avif', 'heic', 'ico']
video_types = ['mp4', 'webm']
audio_types = ['mp3', 'ogg', 'wav']
document_types = ['pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'txt', 'rtf']
font_types = ['woff', 'woff2', 'ttf', 'otf']
If you want to upload files larger than 10mb (especially for audio and video), I’d suggest uploading them to dropbox or some other persistent storage and linking them.
What about support for open file formats such as .odt .ods, etc?
Please consider adding support for the following FileTypes as well:
video_types = ['mkv']
audio_types = ['opus', 'flac']
document_types = ['epub', 'ps', 'odt', 'ods', 'odp', 'odg', 'odf', 'mml', 'odb', 'uot', 'uos', 'uop']
Explanation:
Endings beginning with od
stand for the ODF (Open Document Foundation) Standard.
Endings beginning with uo
stand for the UOF (Unified Office Format) Standard.
Looks good so far 👍
I’ve just added the additional formats 👍