Welcome Guest, Not a member yet? Register   Sign In
Using the FTP class to upload files from an upload form? can you do it?
#3

[eluser]Seppo[/eluser]
Well... you should be able to move the temp file and you don't have to delete it...

Code:
$this->ftp->upload($_FILES['userfile']['tmp_name'], '/public_html/uploads/' . basename($_FILES['userfile']['name']));


Messages In This Thread
Using the FTP class to upload files from an upload form? can you do it? - by El Forum - 03-30-2008, 06:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB