Welcome Guest, Not a member yet? Register   Sign In
multifile upload problem with file name
#2

[eluser]Horvath Gabor[/eluser]
i suppose the UPLOAD class has some problems in it
the simplest way is to reset the file_name var:
Code:
foreach($_FILES as $key => $value)
        {
        $this->upload->file_name = '';//insert this line
        if(!$this->upload->do_upload($key)) echo $this->upload->display_errors();

or

Have a look at this topic for a solution: File extension problem with upload


Messages In This Thread
multifile upload problem with file name - by El Forum - 11-25-2009, 12:56 PM
multifile upload problem with file name - by El Forum - 01-11-2010, 11:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB