1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

upload SC - show destination path

This commit is contained in:
secretr
2010-03-01 14:31:07 +00:00
parent 8f2785b13d
commit 91c4130b53

View File

@@ -151,6 +151,7 @@ function uploadfile_shortcode($parm)
<div id='{$parms['up_row']}' class='nowrap'>
<input class='tbox file' type='file' name='{$name}' />
</div>
<div class='field-help'>Upload to: <strong>".str_replace('../', '', $path)."</strong></div>
</div>
</div>
<!-- End Upload Shortcode -->