So I have a large file I need to upload via php (~1gb). After uploading the file I'm using php for further analysis.
My code works for smaller files. Is there a way to solve this issue? I changed php.ini to accommodate the upload of large file size but it still fails.
Update: I tried doing what people suggested in upload large files using php, apache and it still does not work.