Page 1 of 1

file upload : moving database to DISK

Posted: 06 Dec 2005, 09:39
by logan31
Hello,

I have a big problem...
I would like to change the type of file_upload_method, moving it in DISK instead of database.
But I have already some files recorded in the database.

Do you have any patch to correct that??

thanks for your help

Posted: 06 Dec 2005, 11:06
by vboctor
You can do this via the administration area:

- Change upload method to disk (in config_inc.php)
- Go to:
http://mantisserver/mantis/admin/system_utils.php
- Click "Move Attachments to Disk"

Regards,
Victor
Mantis Blog
http://www.futureware.biz/

Posted: 06 Dec 2005, 11:27
by logan31
Thank you....
I will test!