Joywork/new/f/index.html

25 lines
1.2 KiB
HTML
Raw Normal View History

2026-05-22 20:21:54 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Fileuploader</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<!-- styles -->
<link href="jquery.fileuploader.css" media="all" rel="stylesheet">
<!-- js -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script src="jquery.fileuploader.js" type="text/javascript"></script>
<script src="custom.js" type="text/javascript"></script>
</head>
<body>
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="files" data-fileuploader-files='[{"name":"stocksnap_4521.jpg","type":"image\/jpeg","size":64015,"file":"https:\/\/innostudio.de\/fileuploader\/documentation\/examples\/appended-files\/uploads\/stocksnap_4521.jpg","data":{"url":"https:\/\/innostudio.de\/fileuploader\/documentation\/examples\/appended-files\/uploads\/stocksnap_4521.jpg","thumbnail":"https:\/\/innostudio.de\/fileuploader\/documentation\/examples\/appended-files\/uploads\/stocksnap_4521.jpg"}}]'>
</form>
</body>
</html>