PHP Session upload progress EMPTY
问题 this question was asked milions of times, but I'm FIGHTING with this problem since three days, and I'm totaly confused. I can't force PHP to save details about uploded files in $_SESSION (http://www.php.net/manual/en/session.upload-progress.php). All I can get is empty session. The most simple example of my code: index.php <?php session_start(); $_SESSION['test'] = 'TEST'; ?> <form action="index.php" method="POST" enctype="multipart/form-data"> <input type="hidden" name="<?php echo ini_get(