How to upload large files
rasp1 64
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: How to upload large files
Philipp Esselbach
From: -
Editor
0From: -
I will look into it later
1 Re: How to upload large files
rasp1
OP
64
From: -
From: -
No change.
1 Re: How to upload large files
Philipp Esselbach
From: -
Editor
0From: -
What happened if you add the following line to /cadmin/index.php after <?php:
@set_time_limit( 0 );
1 Re: How to upload large files
rasp1
OP
64
From: -
From: -
Ok. Just set it to 200M, and restarted apache. Still crapping out. It says contacting site, then after about 3-4 mins it takes me to the overview screen.
If it can't handle it, i will just upload it and link to it like that.
If it can't handle it, i will just upload it and link to it like that.
1 Re: How to upload large files
Philipp Esselbach
From: -
Editor
0From: -
Have you also increase the upload size in php.ini? The default size is only 2 MB:
upload_max_filesize = 2M
It seems like the web based interface of the cms is crapping out when I try and upload a video file to a news article that is 20 MB is size. I went into the file types and added the video, and made sure the size was large enough for the file.
Is there anyway I can just ftp it to the site and point the CMS to it like I uploaded via the file upload, or just have it linked as just a 'outside' address?