Upload File
Tải lên file vào đối tượng <input type="file">.
Bộ chọn phần tử Bộ Chọn cho phần tử
<input type="file">
.Thêm đường dẫn file tin Đường dẫn tuyệt đối, URL hoặc base64 của file cần tải lên. Ví dụ
Đường dẫn tuyệt đối
Windows:
C:\Users\Public\Documents\testing.docx
MacOS:
/Users/Josh/Desktop/docs.pdf
URL
https://example.com/files/document.pdf
https://example.com/words.txt
Base64 Để tải lên base64 tập tin được mã hóa, bạn phải tuân theo định dạng này.
filename|file mime|base64
landscape.png|image/png|data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AA...
my file.json|application/json|eyJleHRWZXJzaW9uIjoiMS4xNi4yIiwibmFtZSI6...
Last updated