I need to post files up to 50 MB to Telegram bot API.
Now I'm using Curl and everything tested and passed successfully. It means that I can only send small files (I couldn't send 8. 1 MB file in my test). So if I send large files (lets say more than 8 MB) all $_POST
variables are empty, meaning nothing posted.
Question: Is there any limitation in sending file using curl? Because I asked my server administrator to increase related configuration in php.ini
, but they replied that is not php.ini
's problem and there is no limitation in curl.