Is there a maximum file size for uploads? How about directory management? Thanks ahead of time. I have looked around but only can find the one screencap and some random info, nothing showing what I am looking for though.
Ilija Studen
on Jul 18. 2006. 1:17 pm
New Files section will display max upload size. It reads PHP config values in order to find out what is the max size of the file that PHP will accept.
activeCollab team member
Ilija Studen
on Jul 18. 2006. 1:25 pm
Yes. It depends on your server configuration. aC itself does not put any limit to size of files that can be uploaded.
activeCollab team member
What does it take into account? Couldn't PHP transfer any file size as long as there was enough memory to complete the task with the temp file and the final file?
Ilija Studen
on Jul 18. 2006. 2:05 pm
There are two PHP directives that limit the max file size:
* upload_max_filesize
* post_max_size
aC will check them and display the lesser value.
What file sizes are you interested in?
* upload_max_filesize
* post_max_size
aC will check them and display the lesser value.
What file sizes are you interested in?
activeCollab team member
Ilija Studen
on Jul 18. 2006. 2:40 pm
Hm, that seams kind of hard for browser to handle. Browser will most probably crash or stop responding. You can set up PHP to handle pretty large files… Just put a new value in php.ini and you are ready to go.
activeCollab team member
You should also double check what the timeout setting in your web server is set to.
I don't remember what the default is, but it is probably too small to allow you to upload files that big.
I don't remember what the default is, but it is probably too small to allow you to upload files that big.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



