API17

JStream::upload

From Joomla! Documentation

Revision as of 17:16, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JStream::upload[edit]

Description[edit]

Upload a file.

Template:Description:JStream::upload [Edit Descripton]

public function upload (
        $src
        $dest
        $context=null
        $use_prefix=true
        $relative=false
)
Parameter Type Default Description
$src string
$dest string
$context $context null
$use_prefix boolean true $user_prefix
$relative boolean false $relative
  • Returns mixed
  • Defined on line 1237 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JStream::upload [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />