Hi
I am having a hard time importing links I exported erlier, the file size is more than 6MB
Can I in any way split it in 3-5 files and import each at a time?
thanx in advance
Hani
Hi
I am having a hard time importing links I exported erlier, the file size is more than 6MB
Can I in any way split it in 3-5 files and import each at a time?
thanx in advance
Hani
You sure can split them. Or you can try addingthe following to .htaccess
<IfModule mod_php4.c> <- if you use PHP5 then change that to say 5 instead of 4
php_value session.use_trans_sid 0
php_value register_globals 1
php_value upload_max_filesize 10M
php_value post_max_size 10M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 32M
</IfModule>