Variables | |
| var | upload_path_ftp |
| FTP upload path [string]. | |
| var | upload_username |
| Username for FTP and HTTP form uploads [string]. | |
| var | upload_password_ftp |
| FTP Password [string]. | |
| var upload_path_ftp |
Path to the destination directory on the FTP server. Leave it empty to upload to the FTP user's home directory. No leading slash. Trailing slash required. Note that the directory must exist, and must be writable by the FTP user.
| var upload_username |
Set upload_username to the username for your FTP server.
In the case of HTTP form POSTs (kUploadModeHttpFormPost), the reference application will send the username as form data for processing by the server-side script.
The example script `upload.php` uses this string to name output files.
If your FTP server requires authentication, enter the password of the user given in `upload_username`, above.