method 01 : TWEAK PHP SETTINGS simple upload with increase of php settings varibales php.ini upload_max_filesize = 150M post_max_size = 150M max_input_time = 300 max_execution_time = 300 method 02 : CHUNK UPLOAD Splitting a large file and uploading them in smaller chunks. method 03 : RESUMABLE UPLOAD Using FlowJS library to upload