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.
Importing a big file
Moderators: Amaradana, TurboPT, TL Developers
-
- Advanced user
- Posts: 17
- Joined: Mon Sep 17, 2007 5:17 am
Re: Importing a big file
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:
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
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
Page 31/32 of the install manual is your friend for the later part.
Cheers