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

  • SEARCH
  • Home
  • 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 6661895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:19:58+00:00 2026-05-26T02:19:58+00:00

I am working on an admin area that will have file uploads on several

  • 0

I am working on an admin area that will have file uploads on several pages. Regardless of the name of the form field I want to do some specific processes, but I’m a bit stuck on how to do this in a function. I have the code below, which I knew going in wouldn’t be correct, but I’m not sure how to achieve what I’m trying to do.

function fileprocessor ($file)
{
    echo $_FILES['$file']['tmp_name'];
}

Any thoughts?

  • 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-26T02:19:58+00:00Added an answer on May 26, 2026 at 2:19 am

    $_FILES is the process of a form submit. to pass it to a function you need to pass the field name through the function.

    function fileprocessor($file) {
     $name = $_FILES[$file]['tmp_name'];
     echo $name;
    }
    

    In the Code you will have

    fileprocessor('userfile'); # Enter field name from upload form
    

    This way you can have what ever you may like in the file processor

    EDIT

    You can test my version here http://jawilliams.site11.com/filestest.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an app in CodeIgniter, and I want to have admin pages
I have a website admin area I want to protect with a password.. so
I am having issues with javascript functionality not working in the admin area. When
My insert and update pages (through my admin forlder) into mysql stopped working. When
In my web admin area I have using very simple logic: session_start(); ob_start(); if(!isset($_SESSION['user'])){
I have a website built with CodeIgniter which, for the admin area, is using
I have htaccess like below, it includes admin also but I don't want htaccess
I've setup an Admin area within MVC 3 application and while everything is working
I have a fully functioning website with user accounts/profiles and admin area. I would
I'm working on a website at the moment that has three separate area's to

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.