Page 1 of 1
embedded picture and show at bug view page?
Posted: 03 Jul 2010, 07:46
by ismee
can i embedded picture at the particular bug, so people can see it clearly without clicking the attachment link and download it
Re: embedded picture and show at bug view page?
Posted: 03 Jul 2010, 13:12
by atrol
this is possible by adding the following line to file config_inc.php (example to set limit to 1 MB)
Code: Select all
$g_preview_attachments_inline_max_size = 1048576;
Re: embedded picture and show at bug view page?
Posted: 03 Jul 2010, 17:02
by ismee
thanks. i like it