1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help Regarding sreenshot.:)

Discussion in 'PHP' started by Talat50, Dec 27, 2010.

  1. #1
    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.?
     
    Talat50, Dec 27, 2010 IP
  2. shofstetter

    shofstetter Well-Known Member

    Messages:
    178
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    120
    #2
    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">
     
    shofstetter, Dec 27, 2010 IP