Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6012419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:24:07+00:00 2026-05-23T02:24:07+00:00

I am sorry but these solutions din’t solved my purpose. So m giving more

  • 0

I am sorry but these solutions din’t solved my purpose. So m giving more detail of my code,

var a=0;
    function _add_more() {
        var txt = "<br><input type=\"file\" name=\"item_file[]\"><br><input type=\"text\" name=\"text[]\">";
        document.getElementById("dvFile").innerHTML += txt;
        alert(a);
        a=a+1;

    }

here i have used a to increement title.

function upload(){  
    if(count($_FILES["item_file"]['name'])>0) { //check if any file uploaded
        $GLOBALS['msg'] = ""; //initiate the global message
        for($j=0; $j < count($_FILES["item_file"]['name']); $j++) { //loop the uploaded file array
            $filen = $_FILES["item_file"]['name']["$j"]; //file name
            $path = 'uploads/'.$filen; //generate the destination path
            $text=$_POST['text']['name']["$j"] + "<br>";
            if(move_uploaded_file($_FILES["item_file"]['tmp_name']["$j"],$path)) { 

            $insert=mysql_query("insert into image_upload set title='".$text."', image='".$filen."'") or die(mysql_error());

            //upload the file
                $GLOBALS['msg'] .= "File# ".($j+1)." ($filen) uploaded successfully<br>"; //Success message
            }
        }
    }
    else {
        $GLOBALS['msg'] = "No files found to upload"; //Failed message  
    }

    uploadForm(); //display the main form
}

this is what i have done. Please help me to get title for each uploaded file. as i am able to save different images in database but title appears to be same for all in database.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:24:08+00:00Added an answer on May 23, 2026 at 2:24 am

    Try this:

    $text=$_POST['text'][$j];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry if it is not a standard question, but now your solutions can help
Sorry for askin another one of these types of questions but I havent found
im pretty new to xcode, so sorry if these are basics but im having
sorry for the stupid questions but there are just some things about WCF I
I am sorry but I am a complete noob on using maven. There is
I'm looking for best practices here. Sorry. I know it's subjective, but there are
Sorry for newbie question but is there a way to import someone else commit
Sorry for this silly question, but is there any way to restrict using directives
Sorry if this is a stupid question, but is there an easy way to
Sorry if this is a dupe. There are many similar questions but it seems

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.