Need help regarding multiple file uploads using ajax

Asked By 30 points N/A Posted on -
qa-featured

 

I Need some help regarding multiple file uploads using Ajax, although it's not possible to upload multiple files using regular Ajax call, but there must be some plug-in or some other way to upload multiple files using Ajax. Please tell me about any Ajax Uploader or any other way of uploading multiple files using Ajax?

SHARE
Answered By 5 points N/A #154522

Need help regarding multiple file uploads using ajax

qa-featured

Multiple file upload can be a tedious job if you are going to use AJAX or PHP. To be able to do this easily and flawlessly, you need to use JQuery.

JQuery uses JavaScript to get the files submitted by the user, check the extensions of those images and then uploads them.

To know more about Ajax, PHP and JQuery interaction as well as to get a free example code, 

Related Questions