Copied many Artemus templates from Nutriguia.
[gruta.git] / templates / artemus / upload_file_box
blob77f591c89bbdf4cd2d5c571af69167d6f26fe029
1 {-box_title|Uploads}
2 <form method = 'post' enctype = 'multipart/form-data'>
3 Directorio:<br>
4 {-select_upload_dir|updir}<br>
5 Fichero:<br>
6 <input type = 'file'   name = 'file'><br>
7 <input type = 'submit' class = 'button' value = 'Enviar'>
8 <input type = 'hidden' name = 't'       value = 'UPLOAD'>
9 </form>
10 {-box_end}