Hello,
I have really weird problem about image uploading.
I can not upload some images. Even if they have same image format, I can not upload all of them.
For example, some .jpg images can be uploaded with no problem, but not all .jpg images
I could not find a solution.
Can you help me about that?

asked 02 Feb, 16:47

rasitburak's gravatar image

rasitburak
25139
accept rate: 0%

edited 20 Feb, 01:03

Jordan's gravatar image

Jordan ♦♦
3.1k618


Maybe the problem was resulted by the default 2.5 MB max upload file size implied by Django. This setting can be overwritten in the local settings file, you can just put a higher value: FILE_UPLOAD_MAX_MEMORY_SIZE Setting

However, if you think this is not your case, feel free to file a new issue at OSQA Jira.

link

answered 20 Feb, 01:31

Jordan's gravatar image

Jordan ♦♦
3.1k618
accept rate: 39%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×19
×11
×9

Asked: 02 Feb, 16:47

Seen: 247 times

Last updated: 20 Feb, 01:31

powered by OSQA