Skip to content
Snippets Groups Projects
Commit b835f45d authored by adyanf's avatar adyanf
Browse files

menambah fungsi mengubah tulisan pada text field ketika mengupload file

parent d19e18c9
Branches
No related merge requests found
document.getElementById("uploadBtn").onchange = function () {
document.getElementById("uploadFile").value = this.value;
};
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment