Khalil Majdalawi
Khalil Majdalawi
try changing the code in assets/jquery.fileupload-ui.js from var that = $(this).data('fileupload'); to var that = $("#fileupload").data('blueimpUI-fileupload'); http://stackoverflow.com/questions/23762825/why-is-this-datamycontrol-undefined
@gplaza you have to replace all the recurrences, try my working version of the file https://jsfiddle.net/khalilmajdalawi/os2gtamt/
> How Can I Download arabic package https://sourceforge.net/projects/i18n-arabic/ ?? > > and how to require('./I18N/Arabic.php'); ?? you can use composer, package https://github.com/khaled-alshamaa/ar-php `composer require khaled.alshamaa/ar-php` then ` use ArPHP\I18N\Arabic; $arabic...