Unable to upload large file
Posted: 29 Oct 2013, 00:47
I just installed and setup Phoca Download and have already uploaded several pdf and video files ranging from 1 to 3 MB without issue. I have been unable to upload a 12.2MB video file and receive the error:
The video I'm having trouble with is "From Pot to Collector_1.flv". I have checked folder permissions (even though other files upload without issue), Phoca settings, and PHP settings. I still have not found an issue unless I'm overlooking something.
Phoca Download settings:
Path: /home/xxxxx/public_html/xxxxx/phocadownload/
drwxr-xr-x (755)
Maximum Upload Size (Administration) 52428800
php.ini verified with phpinfo():
upload_max_filesize=50M
post_max_size=50M
Any ideas would be much appreciated as I can't think of anything else to check right now.
Code: Select all
Message
Unable to upload file
Phoca Download settings:
Path: /home/xxxxx/public_html/xxxxx/phocadownload/
drwxr-xr-x (755)
Maximum Upload Size (Administration) 52428800
Code: Select all
[-bash-3.2 root@server1: /home/xxxxx/public_html/xxxxx] # ls -alh phocadownload
total 6.7M
drwxr-xr-x 3 xxxxx xxxxx 4.0K Oct 28 14:21 ./
drwxr-xr-x 22 xxxxx xxxxx 4.0K Oct 28 14:35 ../
-rw-r--r-- 1 xxxxx xxxxx 34K Oct 28 13:52 document1.pdf
-rw-r--r-- 1 xxxxx xxxxx 33K Oct 28 14:15 document2.pdf
-rw-r--r-- 1 xxxxx xxxxx 47 Oct 14 12:27 index.html
-rw-r--r-- 1 xxxxx xxxxx 1.9M Oct 28 11:37 major\ flashing.flv
-rw-r--r-- 1 xxxxx xxxxx 1.9M Oct 28 14:11 river-1.mp3
drwxr-xr-x 2 xxxxx xxxxx 4.0K Oct 14 12:27 userupload/
-rw-r--r-- 1 xxxxx xxxxx 2.9M Oct 28 14:21 violent\ flashing.flv
upload_max_filesize=50M
post_max_size=50M
Any ideas would be much appreciated as I can't think of anything else to check right now.