Softify

Apply to join our Family!




    document.addEventListener("DOMContentLoaded", function() { const uploadLabel = document.querySelector(".custom-upload-label"); const uploadInput = document.getElementById("custom-upload"); if (uploadLabel && uploadInput) { uploadInput.addEventListener("change", function() { if (uploadInput.files.length > 0) { uploadLabel.textContent = "Selected file: " + uploadInput.files[0].name;
    en_USEnglish