3
Thx man, I get it now. There seems to be no problems at all after installing the patch. The RC-version of MyDownloads still works as before.
My confusion was:
I have a site with the RC-version of MyDownloads and another without so I applied the patch to both of the sites assuming that the official 2.0.6 will include the files upload function. My bad.
There are another questions though…:
1st problem:
When uploading the files every thing seems to be OK. But when I try to download, some files just won’t work. After “studying” carefully I found out that the files with capitals in it, like MyFile.doc is save in the upload-folder as myfile.doc (lowercase), but stored in the database as: http”//--/uploads/MyFile.doc. Due to the case-sensitiveness of the Apache webservers -> dead link for my files! Is this a server-side problem (configuration of the server) or a bug in the php-script?
How can I correct this problem? The best solution for me is to save the files on the Apache server with the original UpperCase/LowerCase file names.
2nd problem
I cannot upload files with extensions like .ppt. I know there is a list in the admin section where you can select the extensions you want. .ppt is not included in that list. How can I add .ppt to that list?
Andy