Hello Nizar,
You can increase upload file size and the related behavior of your app by appropriately setting the upload_max_filesize and post_max_size PHP options, as well as max_input_time and max_execution_time. For more detail you may read the "
Upload Large Files in PHP" post, or similar ones.
This is a more technical or coding question, more appropriate for forums like stackoverflow, where experienced PHP programmers are ready to help with such issues. Groups are meant more for general discussions and opinions.