Skip to content

Instantly share code, notes, and snippets.

@wilf312
Created January 8, 2014 10:41
Show Gist options
  • Save wilf312/8314878 to your computer and use it in GitHub Desktop.
Save wilf312/8314878 to your computer and use it in GitHub Desktop.
PHPで大量(21個以上)のファイルをアップロード ref: http://qiita.com/wilf312/items/26ab08ec26d2d06deedc
// 最大ファイルアップロード数を30に設定する
max_file_uploads = 30;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment