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 8564911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:18:11+00:00 2026-06-11T17:18:11+00:00

I basically have an edit profile page that along with other fields has a

  • 0

I basically have an edit profile page that along with other fields has a option to upload a picture. Now the problem I have is determining wether or not they submitted a file or left it blank(default).

My current code:

if($this->input->post('user_pic') === FALSE)
    {
        //Don't do anything.
    } else {
        //Proccess upload.
    }

The form is done correctly with multi-part and all, and other values do update, so I am assuming that this exact code that isn’t working.

The problem is that even if I do submit a file it remains just like it was, or another words doesn’t do anything. Am I doing this wrong?

  • 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-06-11T17:18:12+00:00Added an answer on June 11, 2026 at 5:18 pm

    you can check so: if(isset($_FILES['user_pic']))

    CodeIgniter method:

    $this->load->library('upload');
    
    if ($this->upload->do_upload('user_pic'))
      //good
    else
      //errors display $this->upload->display_errors()
    

    CodeIgniter File Uploading Class

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

Sidebar

Related Questions

My question I suppose is rather simple. Basically, I have a profile. It has
EDIT: I have now discovered the problem is with my WCF service getting dirty
I've created quite a beefy app. I have a profile page system implemented. Now,
What I am making is basically is a user profile that has a text
I have a relatively big SSIS package which I'm trying to edit. I basically
I basically have a program that filters records from one excel file to another
I basically have 7 select statements that I need to have the results output
I am creating a GridView/DetailsView page. I have a grid that displays a bunch
Basically I have an iframe loaded that is accessed from the parent whenever it
What I basically want to accomplish is that when a user edits his profile,

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.