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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:24:57+00:00 2026-06-11T13:24:57+00:00

I have a form in which there are both types of fieldsmeans inputs text

  • 0

I have a form in which there are both types of fieldsmeans inputs text , radio , select , textarea and file upload fields.
I am using the same form for insert and edit.
My problem is that i have to upload file and insert the data in the table.
Controller functions

function myUploadwithInsert(){

if($category    =   $this->input->post())
{
    $this->load->library('form_validation');

    if(!$this->imageUpload()){

            $error = array('error' => $this->upload->display_errors());

            $this->load->view('my_view', $error);

    }else{

        $this->form_validation->set_rules('name', 'Category Title', 'trim|required');

        if ($this->form_validation->run() == TRUE)
        {
            if ($id = $this->categories_model->create($category))
            {
                redirect('admin/categories');
            }
        }else{
            $this->load->view('my_view');
        }           
    }

    }else{

        $this->load->view('my_view');
    }    
} 

public function uploadImage()
{
    $config['upload_path']      = './uploads/';
    $config['allowed_types']    = 'gif|jpg|png|jpeg';
    $config['max_size']     = '100';
    $config['max_width']        = '1024';
    $config['max_height']       = '768';

    $this->load->library('upload', $config);        

    if ( ! $this->upload->do_upload())
    {
        return false;
    }
    else
    {
        $data = $this->upload->data();

        return $data;
    }       

} 

Now the problem is that if image is uploaded and there come a form input error form will be displayed again user rectifies the form fields and fills the image field again. Then the image will be uploaded again.
The same thing goes when i define the input condition first and then upload the same problem rises. How can i ivercome this problem? Is there anyother way to do this task.

  • 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-11T13:24:59+00:00Added an answer on June 11, 2026 at 1:24 pm

    After a little research i have found a solution here

    Using Codeigniter Form Validation Library

    http://codeigniter.com/user_guide/libraries/form_validation.html

    And

    http://keighl.com/post/codeigniter-file-upload-validation

    A great article. Solver my problem

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

Sidebar

Related Questions

I have a form in which there are both types of fields means inputs
There are plenty of multipart/form-data file upload solutions out there, but I have not
I have an application in which there is a form which I want to
I have a form where there are 6 items, each of which can be
I have a form which has three inputs when the page loads -- 2
I have a form 'ChallengeType'. Which has these fields: 1) Embedded form team1 input
I have a HTML form ( upload.htm ) with a HTML file upload control
In Access, I have a form in which there are three textboxes. I am
i have a form which user enters some data, could be checkboxes, radio buttons,
I'm using cakephp. I have a form where one of the inputs is there

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.