0

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.

Community
  • 1
  • 1
smartie
  • 21
  • 2
  • this is a very common issue. there are file size limits. this question will be closed shortly – RisingSun Nov 30 '16 at 00:09
  • yes i looked at the questions previously asked and edited my php.ini for max_upload_filesize and post_max_filesize. But it still does not work – smartie Nov 30 '16 at 00:21
  • because that is not the only thing that restricts large file. look at apache settings if you are using apache – RisingSun Nov 30 '16 at 00:28
  • 1
    Possible duplicate of [upload large files using php, apache](http://stackoverflow.com/questions/1700207/upload-large-files-using-php-apache) – Khorshed Alam Nov 30 '16 at 04:27
  • Useful tip: Use – MortimerCat Nov 30 '16 at 14:32
  • is it possible its not uploading the file because of time-out? as in this post http://stackoverflow.com/questions/1700207/upload-large-files-using-php-apache – smartie Dec 07 '16 at 03:20

0 Answers0