I haven’t tried but i think you need to add FormData object directly as data parameter. Something like this
var ajaxData = new FormData();
ajaxData.append( 'action', 'ajax_handler_import' );
ajaxData.append( '_ajax_nonce', importNonce );
// or maybe skip the nonce for now
jQuery.each($('#fileImportData')[0].files, function(i, file) {
ajaxData.append('file-'+i, file);
});
The rest of your code goes as it is
Related Posts:
- WordPress Ajax always returns a 404 error
- Click loads template via ajax
- Display notification only once
- Access/update database with jQuery
- How to display something in a div when the user clicks on a text in another div – no page refresh [closed]
- How to speed up admin-ajax.php in wordpress
- Colorbox ajax loading of outside HTML content works perfect on localhost but not on server
- Sending jsPDF documents to the server
- Ajax return code 400
- How to test nonce with AJAX – Plugin development
- class click counter save number
- AJAX request status 200 but no actual “response”
- Image upload via FormData API and AJAX is not working ($_FILES always empty)
- Save Search System
- dynamic dependent select dropdown
- How to add a do_action on refreshing of WP customizer?
- Setting value of session with Ajax not working
- How to add a Custom Mailchimp AJAX Newsletter Subscribe Form
- Fancybox type popup window that’s not an iframe
- WordPress Ajax Call inserting data but success response false
- Why i can’t get custom fields value or post ID via Ajax?
- Get uploaded image and attach it to the new post
- Accessing an API with jQuery and AJAX
- Change Query Arguments (filter) with jQuery/Ajax or PHP?
- WordPress cascading dropdown selection search based on Parent Page & Child Page
- Tracking Visitor LatLng with WordPress using JS, PHP. How to put data which was extract using JS into DB
- Admin-ajax.php 404 error
- How to pass values from one function to the other using an array variable
- How to use wp_ajax_set_post_thumbnail?
- Update $wpdb query with AJAX
- AJAX to add to cart multiple products woocommerce
- Cannot successfully execute AJAX script to call function.php specific function. Using XAMPP localhost to test
- How to echo a PHP code into WooCommerce variation product?
- How can i get the same ajax result using WP REST API instead of admin-ajax?
- How to call a function from functions.php with ajax?
- number of posts with “Load More”
- Find the method which AJAX GET calls
- Why I’m Not Having Access to “$_POST” Data Outside My AJAX Callback?
- 500 (Internal Server Error) of external php file
- Dynamic Gallery
- Pass a PHP variable (loop-audio.php) to jQuery function (js/script.js)
- notify users when changed database
- Upload multiple files via ajax from an HTML file input
- get_post_meta returns on side but it doesn’t return on bottom of admin page
- I got this error POST https://localhost/meraboilerwp/[object%20Object] 404 (Not Found)
- Most efficient way to add javascript file to specific post and/or pages?
- Jquery ajax to custom php file: returning blank data
- Looking for a better way to handle an ajax script that pulls in post data on click
- Data fetch and delete by ajax request
- Can’t use get_results() in ajax query
- Passing jQuery value using Ajax to a page template
- Using wp_localize_script to store the template url into a variable to use in JS
- ajax_object is not defined when ajax calls the function
- Page Reloads Before AJAX Request Finishes
- Why is this Ajax not working?
- wordpress count link clicks by ip address
- ajax, right way to do it and make it works?
- WordPress ajax doesn’t display object method on jQuery .change() function
- Ajax random number always the same
- How to send Ajax request from my plugin in admin dashboard?
- Menu jumping when calling it via PHP
- AJAX success response is not working but it’s saving my changes
- Post repeating with infinite scroll
- How to disable controls in theme customizer?
- Ajax contact form return 0
- AJAX – Returning Two JSON Objects with One PHP Function
- Unset session variable on page reload / setup but exclude AJAX
- Add Ajax Hooks and Call from Custom Template PHP
- Making an AJAX call to refresh a table
- How to add drag and drop functionalities to a div inside option panel
- Allow user to Upload image and manipulate it on the frontend
- Execute Jquery when a specific page in my plugin is loading
- Covert WordPress Blogname into JQuery
- what does $options = get_option(‘test_theme’); do?
- Validating an email input from form field before submit using JQuery, AJAX, and PHP
- Ajax on the Administration Side of plugin – wp_localize_script – how to pass value from JQuery to PHP function in class?
- Settings API form – submit with AJAX
- Filtering custom posts by using checkboxes for taxonomy in an ajax loop always gives server 500 error
- wp_set_object_terms returns 500 error when called through AJAX function
- How can i send id of the currently posted form data through json response in custom wordpress plugin?
- ajax polling with admin-ajax.php
- Remove item from post_meta array via AJAX
- defined (‘ABSPATH’) false after AJAX post to other PHP-file
- How to load WP_Editor JS files manually (with AJAX)?
- Is there a reason why my wordpress PHP page isn’t loading into my PHP template
- A javascript function that simply runs a php function on the plugin
- WordPress 404 when using AJAX to call php function
- wordpress ajax pagination
- how use php query in AJAX jquery
- 403 (Forbidden) delete file image in themer folder
- Use jQuery and AJAX to get HTML
- Problems with plugin that fetches data from database with ajax
- Execute PHP code in Javascript onclick
- best way to communicate between php and jquery/javascript
- Loading a post’s content, into a div outside the loop, when it’s title is selected in a list
- Cannot get custom javascript to execute on page
- AJAX: WordPress filters inside $html do not work as intended
- Jquery autosave text area after typing
- Remove Woocommerce product from cart with ajax/fetch
- WooCommerce Modal Fly cart on add to cart – With AJAX