Welcome Guest, Not a member yet? Register   Sign In
image upload problem
#1

[eluser]Mitja[/eluser]
Code:
<input type="file" name="title_photo" />

Code:
if (!$this->upload->do_upload($field_name))
            {
                $error = array(
                    'error' => $this->upload->display_errors('<div class="warning">', '</div>'),
                    'title' => "Dodaj aranžma"
                );
                
                $this->load->view('admin/arrangements_add', $error);
            }    
            else
            {

if image is not choose i get error that image was not choose. I do now always want to choose image when i am inserting into databse. How can i prevent this that image is not rewuired.

thx


Messages In This Thread
image upload problem - by El Forum - 05-30-2008, 05:23 PM
image upload problem - by El Forum - 05-31-2008, 03:39 AM
image upload problem - by El Forum - 05-31-2008, 05:42 AM
image upload problem - by El Forum - 06-01-2008, 02:09 AM
image upload problem - by El Forum - 06-01-2008, 03:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB