by Doug Osborne.
Hi,
I am testing upgrading a Moodle 1.9 site to 2.4 on a staging server. The site uses iframes which display .html files in the upload folder. It used file.php to serve the files by putting the the filepath after file.php in the url. I've come to realize that in 2.4 using file.php to access these html files doesn't work. I believe it's not finding them because it now encrpyts/decrypts file names? However, it also doesn't let you upload html files, so that the filenames would be properly encrypted. Is there a legacy method of accessing these files?
Thanks!