Tải lên file vào đối tượng <input type="file">.
Bộ chọn phần tử Bộ Chọnarrow-up-right cho phần tử <input type="file">.
<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
C:\Users\Public\Documents\testing.docx
MacOS: /Users/Josh/Desktop/docs.pdf
/Users/Josh/Desktop/docs.pdf
URL
https://example.com/files/document.pdf
https://example.com/words.txt
Base64 Để tải lên base64arrow-up-right tập tin được mã hóa, bạn phải tuân theo định dạng này. filename|file mime|base64
filename|file mime|base64
landscape.png|image/png|data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AA...
my file.json|application/json|eyJleHRWZXJzaW9uIjoiMS4xNi4yIiwibmFtZSI6...
Last updated 1 year ago