Commit c6c53652 by Milovan Samardzic

dodavanjeOglasaFrontIzgled

parent 2f03958a
......@@ -31,7 +31,7 @@ public class OglasRepository
"," + newOglas.isNamesten() +
"," + newOglas.isGrejanje() +
"," + newOglas.isLift() +
",'" + newOglas.getLokacija() + "'";
",'" + newOglas.getLokacija() + "')";
System.out.println( sql);
try {
......
spring.servlet.multipart.max-file-size=16MB
spring.servlet.multipart.max-request-size=16MB
spring.servlet.multipart.max-file-size=16MB
spring.servlet.multipart.max-request-size=16MB
\ No newline at end of file
......@@ -406,4 +406,7 @@ img {
font-size: 12px;
width: 50%;
text-align: center;
}
.form-check-input{
position:relative;
}
\ No newline at end of file
......@@ -134,7 +134,7 @@
</div>
<div class="col-md-12 mt-2" style="color:white;">
<input type="file" name="image" accept="image/png, image/jpeg"/>
<input class="form-control" name="image" type="file" id="formFileMultiple" accept="image/png, image/jpeg" multiple />
<div class="invalid-feedback">Unesite sliku!</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment