File not uploaded
This file is too large to upload.
I checked the Phoca Download limit, and also the joomla file upload limit, both set to 1000000000. I can't upload a file larger then 100kb.
The programs states . . . Upload File [ Max Size: 97.66 kB] . Not sure where that is coming from. Any ideas?
The php.ini file has the settings below.
Code: Select all
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 256M
thanks

