Importing a big file

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
aostad
Member of TestLink Community
Posts: 183
Joined: Wed Apr 01, 2009 8:32 pm

Importing a big file

Post by aostad »

Does anybody know how to configure testlink to import big files?
As I know the php needs to be configured too. I have know idea how to configure php.

Any help is much appreciated.
hellofawedge
Advanced user
Posts: 17
Joined: Mon Sep 17, 2007 5:17 am

Re: Importing a big file

Post by hellofawedge »

You'll need to locate your php.ini file.

In Windoz it's in \xampp\php\ (if using the supplied LAMP stack), in linux it's in /etc/php5/apache2/.

Once located and ready for editing (permissions granted), change the following:

Code: Select all

; Maximum allowed size for uploaded files.
upload_max_filesize = xxM
You'll also have to edit the config.php under filemanager/connectors and filemanager/upload.

Page 31/32 of the install manual is your friend for the later part.

Cheers
Locked