I'm having problems with uploading more than 6 files. When I try to add the seventh, it simply doesn't submit and refreshes the page as if you'd just selected 'Add'.
If I get another user to try, they can add - no problems, but then they have less than 6. There are no restrictions on the uploads in either time or size allowed in a day.
Any ideas?
Update
Fixed: This was due to the PHP max post and max upload limit in the php.ini file. I was attempting to upload a file over 9MB and the max for both of those values were set to 8MB. Now working fine.
|