Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Uploading pictures as attachments on tab
10-24-2014, 01:47 PM
Post: #1
Uploading pictures as attachments on tab
It seems uploading pictures as attachments on tab fails for me.

The picture I am uploading is: http://file.pkill.info/file/2014-10-23-4...http://file.pkill.info/file/2014-10-23-4182-hom

Is it because the picture is too large?
Quote this message in a reply
10-24-2014, 01:59 PM
Post: #2
RE: Uploading pictures as attachments on tab
(10-24-2014 01:47 PM)zma Wrote:  It seems uploading pictures as attachments on tab fails for me.

The picture I am uploading is: http://file.pkill.info/file/2014-10-23-4...http://file.pkill.info/file/2014-10-23-4182-hom

Is it because the picture is too large?

I've adjusted the max size of .png file, please try again.
Quote this message in a reply
10-24-2014, 02:01 PM
Post: #3
RE: Uploading pictures as attachments on tab
(10-24-2014 01:59 PM)DaY Wrote:  
(10-24-2014 01:47 PM)zma Wrote:  It seems uploading pictures as attachments on tab fails for me.

The picture I am uploading is: http://file.pkill.info/file/2014-10-23-4...http://file.pkill.info/file/2014-10-23-4182-hom

Is it because the picture is too large?

I've adjusted the max size of .png file, please try again.

Seems not work for me yet. The thread I try to upload the file to is http://tab.d-thinker.org/showthread.php?tid=2618 .
Quote this message in a reply
10-24-2014, 02:04 PM
Post: #4
RE: Uploading pictures as attachments on tab
(10-24-2014 02:01 PM)zma Wrote:  
(10-24-2014 01:59 PM)DaY Wrote:  
(10-24-2014 01:47 PM)zma Wrote:  It seems uploading pictures as attachments on tab fails for me.

The picture I am uploading is: http://file.pkill.info/file/2014-10-23-4...http://file.pkill.info/file/2014-10-23-4182-hom

Is it because the picture is too large?

I've adjusted the max size of .png file, please try again.

Seems not work for me yet. The thread I try to upload the file to is http://tab.d-thinker.org/showthread.php?tid=2618 .
Is it PHP's limitation? https://stackoverflow.com/questions/2184...https://stackoverflow.com/questions/2184513/php-change-the-maximum-upload
Quote this message in a reply
10-24-2014, 02:42 PM
Post: #5
RE: Uploading pictures as attachments on tab
(10-24-2014 02:04 PM)zma Wrote:  
(10-24-2014 02:01 PM)zma Wrote:  
(10-24-2014 01:59 PM)DaY Wrote:  
(10-24-2014 01:47 PM)zma Wrote:  It seems uploading pictures as attachments on tab fails for me.

The picture I am uploading is: http://file.pkill.info/file/2014-10-23-4...http://file.pkill.info/file/2014-10-23-4182-hom

Is it because the picture is too large?

I've adjusted the max size of .png file, please try again.

Seems not work for me yet. The thread I try to upload the file to is http://tab.d-thinker.org/showthread.php?tid=2618 .
Is it PHP's limitation? https://stackoverflow.com/questions/2184...https://stackoverflow.com/questions/2184513/php-change-the-maximum-upload

You're right. It's php's limitation. I've assigned bigger values to upload_max_filesize and post_max_size in the php.ini and configured the server, please try again.
Quote this message in a reply
10-24-2014, 02:51 PM
Post: #6
RE: Uploading pictures as attachments on tab
(10-24-2014 02:42 PM)DaY Wrote:  You're right. It's php's limitation. I've assigned bigger values to upload_max_filesize and post_max_size in the php.ini and configured the server, please try again.

Working now. Thanks!
Quote this message in a reply
10-27-2014, 03:49 PM
Post: #7
RE: Uploading pictures as attachments on tab
It seems .jpg files are also limited to 500KB. Can we also make the limit for .jpg larger, such as 10MB?
Quote this message in a reply
10-27-2014, 03:54 PM
Post: #8
RE: Uploading pictures as attachments on tab
The images that are large are displayed as it is in thread.

May make it seems better by limit its max width when it is displayed:

May be add one line to http://tab.d-thinker.org/cache/themes/theme1/global.css 's source or somewhere else:

Code:
img.attachment {max-width:800px;}
Quote this message in a reply
10-27-2014, 08:34 PM
Post: #9
RE: Uploading pictures as attachments on tab
(10-27-2014 03:54 PM)zma Wrote:  The images that are large are displayed as it is in thread.

May make it seems better by limit its max width when it is displayed:

May be add one line to http://tab.d-thinker.org/cache/themes/theme1/global.css 's source or somewhere else:

Code:
img.attachment {max-width:800px;}

the style is added, please check
Quote this message in a reply
10-27-2014, 08:35 PM
Post: #10
RE: Uploading pictures as attachments on tab
(10-27-2014 03:49 PM)zma Wrote:  It seems .jpg files are also limited to 500KB. Can we also make the limit for .jpg larger, such as 10MB?

yes, jpg files are limited 50MB now
Quote this message in a reply
Post Reply 


Forum Jump: