Quote:
Originally Posted by SimonB
Hmm... Looks like I'm going to have some issues with this mod.
Firstly I have several files which are over 200MB... these I usually FTP up and then make available. It seems this mod honours php limits in effect - which my host will not allow to THAT size.
|
OK, I managed to get around this (see attachment). My php.ini limit is 20M
What I did was:
- Copy dummy files with the same name but smaller then the allowable php.ini limit into my import source directory.
- Import the dummy files using the import tool.
- Copy the correct files into the downloads directory
- Update dl2_files.size to reflect the correct file size
Fairly straightforward as I only had 15 or so of these files greater than the php limit.
I would suggest the import tool could probably be rewritten so as to facilitate this (and no I have not got the skills to do the rewrite

)