+ Reply to Thread
Results 1 to 2 of 2

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

  1. #1
    Newbie joola is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    1

    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. #2
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Project: ionFiles - Joomla Simple File Download
    By Jordan in forum Community Projects
    Replies: 369
    Last Post: 01-30-2010, 01:10 PM
  2. Upload a XML file to a web service
    By xxarmoxx in forum Java Help
    Replies: 2
    Last Post: 01-28-2008, 05:21 PM
  3. Customizing a File Upload - Please Help
    By LHX in forum PHP Forum
    Replies: 2
    Last Post: 10-16-2007, 08:20 PM
  4. Upload a file
    By jacobronniegeorge in forum Visual Basic Programming
    Replies: 1
    Last Post: 09-11-2007, 08:40 AM
  5. How to add upload file
    By Kleopatra in forum HTML Programming
    Replies: 3
    Last Post: 07-23-2007, 08:42 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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