O
O
OwerFan2020-04-14 19:00:59
css
OwerFan, 2020-04-14 19:00:59

Where did input come from?

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="css/upload.css">

  <script src="js/jquery-3.4.1.min.js"></script>
  <script src="js/core.js"></script>
  <script src="js/upload.js"></script>
</head>
<body>
<style></style>
<script>
  jQuery('document').ready(function($)
    {$(".upload").upload({
  action: "//example.com/handle-upload.php"
});});
</script>
<div class="upload"></div>
</div>
</body>
</html>

Where?!???!!!!
5e95de1fb2b8a392967040.png
It's like this in the documentation!
5e95de2f7b0c9983066104.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
ThunderCat, 2020-04-14
@ThunderCat

css did not connect most likely.

F
Froggyweb, 2020-04-14
@Froggyweb

And where should the files be dropped into divs or what?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question