Hello Guys,
I got strange problem i install 1.27.2 version of MediaWiki and MsUpload not working for me anymore - i don`t see Drag & Drop :-(
This is my config:
$wgEnableWriteAPI = true; Enable the API
$wgEnableUploads = true; Enable uploads
$wgFileExtensions = array('png','gif','jpg','jpeg','doc','xls','mpp','pdf','ppt','tiff','bmp','docx','xlsx','pptx','ps','odt','ods','odp','odg');
$wgAllowJavaUploads = true; Solves problem with Office 2007 and newer files (docx, xlsx, etc.)
$wgVerifyMimeType = false; May solve problem with uploads of incorrect mime types
wfLoadExtension( 'MsUpload' );
$wgMSU_useDragDrop = true;
$wgMSU_showAutoCat = true;
$wgMSU_checkAutoCat = true;
$wgMSU_useMsLinks = false;
$wgMSU_confirmReplace = true; // Show the "Replace file?" checkbox
$wgMSU_imgParams = '400px';
I use Webbrowser Chrome 58 and Debian OS.
Maybe i need special PHP extansion to work this?
I enable info LogLevel in Apache but no errors :-(
Best Regards
TaKeN