上传者: 38500572
|
上传时间: 2021-09-20 11:07:25
|
文件大小: 35KB
|
文件类型: PDF
1. 直接上最简单的 一种 ajax 异步上传图片,并预览
html:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>图片上传 | cookie</title>
</head>
<body>
file: <input type="file" id="images" name="image" />
desc: <input type="text" id="desc" name="desc" /><br