Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

85
Views
Ajax Upload popup window not showing

I am new to Ajax Upload and use http://valums.com/ajax-upload js file to cater for my upload file function. As i try to click the button for ajax upload...the pop up window to select file is not showing so i was unable to select file. Below is my button and code to trigger ajax upload.

<button class="pbutton btn-glossy-black" id="browseFile">Browse</button>


var upload = new AjaxUpload('browseFile', {
            action: jq_main_url + 'candidates/upload_attachment/' + main_folder_name,
            name: 'upload_file',
            data:{ 'countchecklist': 0},
            
            onComplete: function(file, response) {
                try {
                    var json = JSON.parse(response);
                    if(json.status == 'OK'){
                        alert('Complete');
                    } else {
                        core.jq_message(messageLevel, json.message);
                    }
                } catch(e){
                    core.jq_message(messageLevel, e.message);
                }
            }
        });
about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!