15 lines
380 B
HTML
Executable File
15 lines
380 B
HTML
Executable File
<html>
|
|
<head>
|
|
<script src="/Public/libs/jquery/jquery.js"></script>
|
|
<script src="/Public/libs/qsuploader.boundle.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<input type="hidden" name="avatar" />
|
|
<script>
|
|
$('input[name=avatar]').ossuploader({
|
|
url:'/api/upload/uploadImage.html'
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |