What could be the reasons for that, then after sending the form in $ _POST - empty? And how to find these reasons?
<form method="post" action="<?=$arParams['CONFIRM_URL']?>" name="regform" enctype="multipart/form-data"> This is a string from the bitix component template. There is nothing after sending this form to the POST.
cakephpunder IIS there was a recently empty request when the file size exceeded the maximum size of the downloaded file in the php.ini settings (2 MB by default). - teranPOSTmethod. - teran