Category | Server Variable | Description |
File parameters | {name} | Name of the file. |
{stem} | First part of the filename before the period. | |
{ext} | Last part of the filename including the period. | |
{size} | Size of the file. | |
{items_count} | Count of files. | |
Filepath parameters | {url} | Actual URL that points to the file. |
{parent_url} | Actual URL that points to the parent folder in which the file resides. | |
{path} | Path to the file. | |
{parent_path} | Path to the parent folder in which the file resides. | |
{user_dir} | Directory the user sees when uploading a file. | |
{real_path} | Local path for the file on the disk. | |
{real_parent_path} | Local path of the parent folder for the file on the disk. | |
Transfer parameters | {speed} | Speed of the file transfer. |
{error} | Error messages related to the file transfer. | |
{resume_loc} | Resume location in file. | |
{md5} | MD5 hash of the uploaded file. | |
Transfer time window parameters | {start} | Start time for the file transfer. |
{end} | End time for the file transfer. | |
{MM} | Month (for example, 06 to represent June). | |
{dd} | Day (for example, 05 to represent the fifth day of the month). | |
{yy} or {yyyy} | Year, represented in two digits (for example, 13 to represent 2013) or four digits (for example, 2013). | |
{HH} | Hours, using the 24-hour time format (for example, 14 to represent the hour of 2 o’clock PM). | |
{hh} | Hours, using the 12-hour clock format (for example, 02 to represent the hour of 2 o’clock PM). | |
{mm} | Minutes. | |
{aa} | AM or PM. | |
{ss} | Seconds. | |
{S} | Milliseconds. | |
{EEE} | Weekday abbreviation (for example, Mon to represent Monday). |