[web2py] Re: Reportlab show image stored in database

2017-05-11 Thread Dave S
On Thursday, May 11, 2017 at 6:04:11 PM UTC-7, Dave S wrote: > > > > On Thursday, May 11, 2017 at 5:26:32 PM UTC-7, Winter Kryz wrote: >> >> It doesn't work with "uploads" >> >> Anyone know how to show a image which was stored in a database in a pdf >> file?? >> >> > > I think it's time to

[web2py] Re: Reportlab show image stored in database

2017-05-11 Thread Dave S
On Thursday, May 11, 2017 at 5:26:32 PM UTC-7, Winter Kryz wrote: > > It doesn't work with "uploads" > > Anyone know how to show a image which was stored in a database in a pdf > file?? > > I think it's time to show more of your controller code that generates the pdf file. /dps > > El

[web2py] Re: Reportlab show image stored in database

2017-05-11 Thread Winter Kryz
It doesn't work with "uploads" Anyone know how to show a image which was stored in a database in a pdf file?? El miércoles, 10 de mayo de 2017, 21:32:38 (UTC-3), Winter Kryz escribió: > > Hello everyone, > > I'm doing a report using reportlab and I have a table like this > >

[web2py] Re: Reportlab show image stored in database

2017-05-10 Thread Dave S
On Wednesday, May 10, 2017 at 5:32:38 PM UTC-7, Winter Kryz wrote: > > Hello everyone, > > I'm doing a report using reportlab and I have a table like this > > db.define_table('document', > Field('file_name','string'), > Field('file','upload'), >)