Welcome Guest, Not a member yet? Register   Sign In
Avoid re-upload on multiple uploads. (If error appear)
#2

[eluser]hostcord[/eluser]
What if this...

Code:
if( ! $this->do_upload($files[$i]))

was..

Code:
if( ! is_file($configs[$i]['upload_path'][$files[$i]]) && ! $this->do_upload($files[$i]))

It should fail before it gets to the do_upload method but I haven't tested it.


Messages In This Thread
Avoid re-upload on multiple uploads. (If error appear) - by El Forum - 11-07-2008, 02:24 AM
Avoid re-upload on multiple uploads. (If error appear) - by El Forum - 11-07-2008, 04:21 AM
Avoid re-upload on multiple uploads. (If error appear) - by El Forum - 11-07-2008, 09:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB