From 368072837e9eb8aed7c2332235d413b80cc87824 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Thu, 1 Aug 2024 17:31:21 -0300 Subject: [PATCH] add php upload form --- _includes/formularios/envAula.html | 20 ++++----- upload.php | 68 ++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 12 deletions(-) mode change 100644 => 100755 _includes/formularios/envAula.html create mode 100755 upload.php diff --git a/_includes/formularios/envAula.html b/_includes/formularios/envAula.html old mode 100644 new mode 100755 index 4ca695c..5f41ea4 --- a/_includes/formularios/envAula.html +++ b/_includes/formularios/envAula.html @@ -1,20 +1,12 @@

Enviar Aula

-
+
- -
-
- - -
- -
- +
@@ -48,10 +40,14 @@
+
+ +
+
- +
@@ -70,4 +66,4 @@ height: 100%; } - \ No newline at end of file + diff --git a/upload.php b/upload.php new file mode 100755 index 0000000..53317ec --- /dev/null +++ b/upload.php @@ -0,0 +1,68 @@ +