Windows Share access (AKA Network Drive Access, SMB Web Client)
Maintained by
Guy Thomas
Access windows shares via a Moodle web interface.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Thanks for the block, it will be a big help if I can get it to work on my site.
System: Ubuntu 12.04 64bit server. Change your /etc/samba/smb.conf to read:
dos charset = 1255
unix charset = UTF-8
display charset = UTF-8
and inside block configuration set
$smb_cfg->cfgDefaultCharset = 'UTF-8'
Thid did it for me.