I am having trouble setting the file upload size for registered users. For some reason, the system keeps giving me a limit of 50B. This happens even though I set the file upload size parameters in phoca download to larger values.
I have this information in the user upload section of the parameters.
Enable User Upload: Yes
Maximum size of all user files: 20971520
User File Upload size: 3145728
Even with this there is a message on the user upload screen that says:
Upload File [Max Size: 50 B]
Can anyone help me solve this problem?
Problem with File Upload Size
- Jan
- Phoca Hero
- Posts: 48743
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem with File Upload Size
Hi, did you changed the parameters in parameters component in menu link to ucp?
See:
https://www.phoca.cz/documents/16-joomla ... -in-joomla
Jan
See:
https://www.phoca.cz/documents/16-joomla ... -in-joomla
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 07 Dec 2009, 11:25
Re: Problem with File Upload Size
Thanks. I went to the menu manager in Joomla and edited the menu item for the file upload link. Under Parameters (Component) I changed a value in User Upload Settings. The value for "Enable User Upload" was set to "yes." I changed this to "Use Global" and the problem went away. I can now specify file size limits using the Phoca Download parameters settings.
-
- Phoca Newbie
- Posts: 5
- Joined: 16 Sep 2009, 09:19
Re: Problem with File Upload Size
Need to check your PHP Information under HELP>System Info.
upload_max_filesize should be set to the max upload size (e.g. 8M). If not you will have to update your PHP.ini file or set an override in your .htaccess file (linux/unix only).
Directive in .htaccess would be...
php_value upload_max_filesize 8M
Hope this helps
upload_max_filesize should be set to the max upload size (e.g. 8M). If not you will have to update your PHP.ini file or set an override in your .htaccess file (linux/unix only).
Directive in .htaccess would be...
php_value upload_max_filesize 8M
Hope this helps