3
At the time of registration of the form the user will put the photo, so far so good.
My problem is that I need to print this form already with the photo and the id
auto increment of the database. The idea was to register the data 60 fields along with the photo and at the end of this registration a Ubmit boot and the event of printing.
I’ve used window.print
and so I can’t recover the photo or the id
I only print what was typed.