I am developing a webpage which converts to pdf using fpdf. I want to add images in the pdf but each time there will be different images. I will download the images from whatsapp and insert it into html which will be further shown into pdf. But I can't give a specific file name to each photos as every photo will have new name. Is there any way possible that i can upload image in html without specifying the file name in html img src? I have tried 'C:\Users\Pictures...' but it is not working.
↧