Switch to GET, fix forms

GET is much more better than using blobs
This commit is contained in:
2019-05-25 13:37:19 +05:30
parent 57a43aa643
commit aa46296f53
6 changed files with 66 additions and 8 deletions

View File

@@ -20,6 +20,15 @@ input[type="text"]{
border:1px gray solid;
width:5rem;
}
input[type="file"]{
display:none;
}
label[for="fileUpload"]{
padding:0.5rem;
border:1px gray solid;
}
.window{
width:15rem;