Procedural File: tce_functions_upload.php
Source Location: /admin/code/tce_functions_upload.php
Page Details:
Functions to upload files.
Tags:
F_read_file_size [line 84]
mixed F_read_file_size(
string $filetocheck)
|
|
returns the file size in bytes
Tags:
Parameters
string |
$filetocheck |
file to check (local path or URL) |
F_upload_file [line 63]
mixed F_upload_file(
string $fieldname, string $uploaddir)
|
|
Uploads image file to the server.
Tags:
Parameters
string |
$fieldname |
form field name containing the source file path |
string |
$uploaddir |
upload directory |
|
|