Sorry, we don't support your browser.  Install a modern browser
This post is closed.

File uploads#178

The ability to upload and link files other than images

a year ago
8
Changed the status to
Under consideration
a year ago
2

This would be a great feature, and is along the lines of this request for font uploads.

a year ago
2

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.

a year ago
?

Might help as well with audio files to enable embedding narration of a post

10 months ago
?

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

10 months ago
1

would absolutey be overjoyed if i could use my blog to upload audio files as well!!!

10 months ago
1
?

I’d love to be able to upload audio, video and pdfs

9 months ago
1
?

Video files too please :)

9 months ago
D

+1 for font uploads mentioned above by @pimoore

9 months ago
1

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.

9 months ago
3
Changed the status to
Completed
9 months ago
3

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 👍

5 months ago

I’ve just added the additional formats 👍

5 months ago
1