This question is locked. New answers and comments are not allowed.
1. Allow developer to rename the "Select..." button
Currently, I have to use the following workaround:
2. Add option to clear the file list when uploading a new file
Current workaround:
Mark Liu
www.ssw.com.au
Currently, I have to use the following workaround:
$(function () { $(".upload span").text("Upload...");});2. Add option to clear the file list when uploading a new file
Current workaround:
function upload_onSelect(e) { $(".t-upload-files .t-file").remove();}Mark Liu
www.ssw.com.au