forked from extern/egroupware
12 lines
323 B
Smarty
Executable File
12 lines
323 B
Smarty
Executable File
|
|
<!-- vcardin form -->
|
|
{vcard_header}
|
|
<form ENCTYPE="multipart/form-data" method="POST" action="{action_url}">
|
|
<table border=0>
|
|
<tr>
|
|
<td>Vcard: <input type="file" name="uploadedfile"></td>
|
|
<td><input type="submit" name="action" value="Load Vcard"></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|