Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/hrms.ncriptech.com/public/frontend/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
$('#driving_licence_file').length > 0 ? driving_licence_file.onchange = evt => { const [file] = driving_licence_file.files if (file) { driving_licence_file_preview.src = URL.createObjectURL(file) } } : ''; $("#appSettings_company_logo").length > 0 ? appSettings_company_logo.onchange = evt => { const [file] = appSettings_company_logo.files if (file) { bruh.src = URL.createObjectURL(file) } } : ''; $("#stickerSideImage").length > 0 ? stickerSideImage.onchange = evt => { const [file] = stickerSideImage.files if (file) { bruh.src = URL.createObjectURL(file) } } : ''; $("#nid_card_file").length > 0 ? nid_card_file.onchange = evt => { const [file] = nid_card_file.files if (file) { nid_card_file_preview.src = URL.createObjectURL(file) } } : ''; $("#vehicle_front").length > 0 ? vehicle_front.onchange = evt => { const [file] = vehicle_front.files if (file) { bruh_front.src = URL.createObjectURL(file) } } : ''; $("#vehicle_rare").length > 0 ? vehicle_rare.onchange = evt => { const [file] = vehicle_rare.files if (file) { bruh_rare.src = URL.createObjectURL(file) } } : ''; $("#vehicle_side").length > 0 ? vehicle_side.onchange = evt => { const [file] = vehicle_side.files if (file) { bruh_side.src = URL.createObjectURL(file) } } : ''; $("#vehicle_right").length > 0 ? vehicle_right.onchange = evt => { const [file] = vehicle_right.files if (file) { bruh_r_side.src = URL.createObjectURL(file) } } : ''; $("#profile_image").length > 0 ? profile_image.onchange = evt => { const [file] = profile_image.files if (file) { avatar_image.src = URL.createObjectURL(file) } } : '';