How to upload 300MB+ files in PHP?

  • Thread starter Thread starter nategdawg28
  • Start date Start date
N

nategdawg28

Guest
I'm currently working on improving my site's capabilities for uploading through the web page. I've increased all the necessary variables in my php.ini file, and my tmp directory is large enough to fit at least a 300MB file, but I'm still getting timeouts when trying to upload anything over 100MB. Do anyone know a good solution for uploading large files through a website? I know that other sites exist for this prupose, but I want this kept in-house.
 
Back
Top