I have an issue where the HTML5 uploader will not upload more than 19 files, and silently discards the additional files.

  • It silently discards the additional files. (Regardless of file size.)
  • Watchdog only has a notice: "album_uploads: added Testing VIII." (from saving the node)
  • It will allow me to upload 19 at a time.

Is there some sort of limiter? The php upload limit is 1.5GB - so that's not an issue: especially since this happens with 10MB files or 100KB files.

Suggestions?

Comments

mchris82’s picture

I'm experiencing the same issue.

FranCarstens’s picture

Bounce.

jzmember’s picture

Any solutions..?

AndreyN’s picture

php.ini :
max_file_uploads = 99

osopolar’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)
osopolar’s picture

Priority: Major » Normal
Status: Closed (works as designed) » Needs review
StatusFileSize
new2.73 KB

This patch adds a hint in the description, similar to file size and file extensions.

The directive is available since PHP 5.2.12. Could anybody test this with an older php version?