File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ There are various instructions around the place, but they were all confusing and
77## Example 1 - A simple single webpage that allows uploading
88- the simplest of all the examples, nothing fancy here
99
10+ ---
11+
1012## Exmaple 2 - Index with an Upload Button with authentication
1113- web page authentication
1214- single webpage
@@ -16,6 +18,15 @@ There are various instructions around the place, but they were all confusing and
1618- file upload button
1719- all done on a single web page that gets updated via javascript
1820
21+ <p align =" center " >
22+ <img src =" https://raw.githubusercontent.com/smford/esp32-asyncwebserver-fileupload-example/master/example-02/images/example-02-image-01.png " width =" 200 " >
23+ <img src =" https://raw.githubusercontent.com/smford/esp32-asyncwebserver-fileupload-example/master/example-02/images/example-02-image-02.png " width =" 200 " >
24+ <img src =" https://raw.githubusercontent.com/smford/esp32-asyncwebserver-fileupload-example/master/example-02/images/example-02-image-03.png " width =" 200 " >
25+ <img src =" https://raw.githubusercontent.com/smford/esp32-asyncwebserver-fileupload-example/master/example-02/images/example-02-image-04.png " width =" 200 " >
26+ </p >
27+
28+ ---
29+
1930## Example 3 - Fancy upload
2031- web page authentication
2132- single webpage
You can’t perform that action at this time.
0 commit comments