PHP Classes

File: ImportSelect.php

Recommend this page to a friend!
  Packages of Stefan Kientzler   ICalendar Import and Export   ImportSelect.php   Download  
File: ImportSelect.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: ICalendar Import and Export
Import and export events in iCalendar format
Author: By
Last change:
Date: 5 months ago
Size: 428 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

?>
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>iCalendar Importtest Selection</title>
</head>
<body>
    <form action="ImportTest.php" enctype="multipart/form-data" method="post">
    <label for="icsFile">import iCalendar - File:</label><br><br>
    <input type="file" id="icsFile" name="icsFile"><br><br>
    <input type="submit" value="import iCalendar">
    </form>
</body>
</html>