Relative Content

Tag Archive for javascriptphpjqueryajaxlaravel

Import an Excel file using AJAX and Laravel

I’m trying to import an Excel file using AJAX and Laravel in my application. the form of excel import is an inner form (form inside another form) The error handling seems to be working partially, but the error messages aren’t always displayed correctly in the frontend.

File posting using AJAX “Method not allowed” in laravel

i have a datatable for project CRUD with ajax to post and get data. i also have a function to refresh table without reloading the page by appending the html tag. but i have this problem where the url to route to method was error when deployed to server, so i need to find another way for routing.