Elxis CMS Forum

Extensions => Components => Topic started by: forgetms on November 07, 2009, 13:21:26

Title: IOS Downloads: upload size limit and location
Post by: forgetms on November 07, 2009, 13:21:26
I have two problems and one question with IOS Downloads 1.2:

1. Parameter post_max_size in php.ini is set to "8M". However, IOS Downloads silently aborts the "Apply" and "Save" operation when I try to upload .exe file with 2MB or so. It is fine to upload .exe files with several hundred KB each. Where might be the real limit?

2. "Set file manually" in "list" prompts the path for upload files as
Code: [Select]
com_downloads/files/
In fact, storing upload files under that directory does not work. In my case, they must be put under
Code: [Select]
com_downloads/files/62
Will subdirectory "62" be different in different installations?

Question: Does IOS Downloads provide protection against flood attack?

Regards,

CN
Title: Re: IOS Downloads: upload size limit and location
Post by: Ivan Trebješanin on November 07, 2009, 13:38:58
1. You can set max size parameter in IOS Downloads Configuration (default is 2MB I think)

2. User 62 is admin, other users will have different ID (folders)

3. IOS Downloads don't provide Flood protection, Elxis does (Tools->FloodBlocker)
Title: Re: IOS Downloads: upload size limit and location
Post by: forgetms on November 07, 2009, 13:58:17
1. You can set max size parameter in IOS Downloads Configuration (default is 2MB I think)
Thank you a lot for the fast reply!

Enlarging this size limit does not lift the bar. My parameter is set to 8 MB but it does not upload files in 2MB big.

Regards,

CN
Title: Re: IOS Downloads: upload size limit and location
Post by: Ivan Trebješanin on November 07, 2009, 14:28:54
Quote
Enlarging this size limit does not lift the bar. My parameter is set to 8 MB but it does not upload files in 2MB big.
Then your server upload size is set to 2MB, it has nothing to do with IOS Downloads.
Title: Re: IOS Downloads: upload size limit and location
Post by: ks-net on November 07, 2009, 14:34:14
set at you php.ini or ask your provider to set for you:

post_max_size = 8M
upload_max_filesize = 8M