Multiple jQuery File Upload widgets on the same page
I'm using Jquery File Upload plugin. I have tried to integrate the 3 widgets File Upload on the same page . Each widget accept a specific format: Images (png, jpg, gif), Documents (PDF, DOC) and Videos (mov, mpeg). The files will be in specific folders: Images -> folder '/server/php/imgs/' Documents -> folder '/server/php/docs/' Video -> '/server/php/videos/' First, I changed id for class in form. And I put data-id that has the name of folders. <form class="fileupload" data-id="imgs" method="POST" enctype="multipart/form-data" data-upload-template-id="template-upload-1" data-download-template