Heloo Every One. i have made 4 fields,on html form 2 text fields=name,title 1 radio=approval 1 editor text area, My work to copy and paste screen shot image on the editor text area.i have done that. i want to display that screen shot y and data in pdf created file.when i submit form. Now its happening this way.when i submit form.pdf file created using fpdf library.but on image field it shows path of "file:///C:/DOCUME%7E1 it does not display image. can anyone help me.?
you have to use file input to transfer the contents of the file, when you drag and drop you are just entering the path to the file wich is of no use to the server <input type="file" name="image_file" size="40">