Closed Thread
Results 1 to 2 of 2

Thread: How Upload 2 picture file with 2 textfield???

  1. #1
    joola is offline Newbie
    Join Date
    Mar 2008
    Posts
    1
    Rep Power
    0

    How Upload 2 picture file with 2 textfield???

    Hi,

    I have a little bit problems here. Perhaps anyone can help me out. Straight to the problem:

    I can upload 1 picture file with on textfield on the webpage in one form. But how I can upload 2 picture file with 2 textfield with browse button in each textfield in one form. I will give my sourcecode to view, if theres someone will help me out.Thanks.

    Best regards...

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: How Upload 2 picture file with 2 textfield???

    Move to correct forum.

    Use an array in your HTML to upload multiple files and loop through them it in PHP. For Example:

    HTML Code:
    <input name="uploadedfile[]" type="file" />
    <input name="uploadedfile[]" type="file" />
    Post your HTML and PHP code and we can help you further.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. upload file
    By leeyo in forum JavaScript and CSS
    Replies: 4
    Last Post: 07-19-2010, 10:03 AM
  2. Upload multiple file
    By claudiu in forum PHP Development
    Replies: 6
    Last Post: 01-23-2010, 07:20 AM
  3. Replies: 1
    Last Post: 01-09-2009, 05:51 AM
  4. Upload a file
    By jacobronniegeorge in forum Visual Basic Programming
    Replies: 1
    Last Post: 09-11-2007, 06:40 AM
  5. How to add upload file
    By Kleopatra in forum HTML Programming
    Replies: 3
    Last Post: 07-23-2007, 06:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts