14 lines
250 B
PHP
14 lines
250 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<form action="pdfseparate.php" method="post" enctype="multipart/form-data">
|
|
PDF:
|
|
<input type="file" name="fichier" id="fichier">
|
|
<input type="submit" value="Envoyer" name="submit">
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|
|
|