browsing photos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phongphong
    New Member
    • Oct 2007
    • 6

    browsing photos

    how we can browse a photo for uploading?????A SAP
  • Vithya Ashok
    New Member
    • Oct 2007
    • 6

    #2
    Hai...
    I think it may be useful for you...
    But include this "enctype="multi part/form-data"" in the form tag without fail

    [code=html]
    <tr>
    <td align="left" class="td_value ">Image</td>
    <td> :<input type="file" name="image_fil e" size="20">
    </td>

    </tr>
    [/code]
    Last edited by Atli; Oct 8 '07, 08:25 PM. Reason: Added [code] tags.

    Comment

    • ak1dnar
      Recognized Expert Top Contributor
      • Jan 2007
      • 1584

      #3
      Originally posted by phongphong
      how we can browse a photo for uploading?????A SAP
      phongphong, could you please elaborate the question.
      and welcome to TheScripts.com!

      Comment

      • phongphong
        New Member
        • Oct 2007
        • 6

        #4
        Originally posted by Vithya Ashok
        Hai...
        I think it may be useful for you...
        But include this "enctype="multi part/form-data"" in the form tag without fail

        [code=html]
        <tr>
        <td align="left" class="td_value ">Image</td>
        <td> :<input type="file" name="image_fil e" size="20">
        </td>

        </tr>
        [/code]
        thanks for the reply...but how can we upload the picture after browsing it???

        Comment

        • phongphong
          New Member
          • Oct 2007
          • 6

          #5
          Originally posted by ajaxrand
          phongphong, could you please elaborate the question.
          and welcome to TheScripts.com!
          how can we browse a photo and after browsing it how can we upload this???

          Comment

          • ak1dnar
            Recognized Expert Top Contributor
            • Jan 2007
            • 1584

            #6
            Originally posted by phongphong
            how can we browse a photo and after browsing it how can we upload this???
            Read this sample script.

            Comment

            • phongphong
              New Member
              • Oct 2007
              • 6

              #7
              Originally posted by ajaxrand
              Read this sample script.
              thank you very much!!!!
              we have another question.What is the code for FORUM?

              Comment

              Working...