This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Uploading Big files


avatar
rasp1 64
From: -
Uploading Big files

I know I have mentioned it before and we tried lengthening the time out and the upping the memory limit in PHP, but it doesn't seem to upload quick enough to make a difference. What I'm wondering is there any way that I could upload the file to the server via some other means(ftp, sftp, etc) and then add it into the cms like that. I shouldn't run into time outs at that point.

Thank you for your help.

rasp1

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Uploading Big files
avatar
Editor
0
From: -
Contentteller was never made for such huge attachements, but you could try the following SQL query:

ALTER TABLE esselbach_ct_contentfiles CHANGE contentfile_binary contentfile_binary LONGBLOB;


Let me know if this work.
1 Re: Uploading Big files
avatar
OP 64
From: -
The ones I'm trying to add are .mp3 files that are podcasts. They will probably be listed in a pages section since it is static content for the most part. I would also be posting movies .avi .3gp, etc.
1 Re: Uploading Big files
avatar
Editor
0
From: -
What kind of files? In which section? news?
1 Re: Uploading Big files
avatar
OP 64
From: -
They are ranging from 60-110 MB in size. After about 20-30 MB I usually get the time out on my system and it kicks me to the main admin page. This is with your changing of the time outs and me upping the PHP memory size.
1 Re: Uploading Big files
avatar
Editor
0
From: -
How big are the files in question?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.