First time here? Check out the FAQ!
1

Does askbot allow to upload file that is not image?
 

When I try to upload files to the website, It forces me to choose one of the image format (jpq, png, etc.) So the question is, is there some hidden configuration somewhere that loosen the restriction? I want to allow freely upload to the site

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Vu Quang Chien's avatar
43
Vu Quang Chien
asked 11 years ago

Comments

see more comments

1 Answer

1

There is a setting in the settings.py file ASKBOT_ALLOWED_UPLOAD_FILE_TYPES that does what you want.

We will implement a setting in the UI "settings" panel where you'll be able to enter allowed file extensions or completely remove the limitation.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

Is there a way to allow any file type ?

Ghislain Lévêque's avatar Ghislain Lévêque (9 years ago)

Not in the current version, but can be implemented.

Evgeny's avatar Evgeny (8 years ago)

Any update on this, seems I still cannot upload files other than images.

Luke Liu's avatar Luke Liu (6 years ago)
see more comments