A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
I have dataTable with ajax content in the parent page. And I upload file with uploader. Then I need to update the table once the upload is complete. So I call with :
I have
dataTable
with ajax content in the parent page. And I upload file with uploader. Then I need to update the table once the upload is complete. So I call with :But the script error because 'body is not defined'. Please be advised!