Pure PHP Upload 2 Support Product Page
Upload bails at 8%
 Asked  28 Mar 2014  22:58:25 
  1 
     has   this question  
  28 Mar 2014  22:58:25 Adrian Leontovich posted: 
 I've got a form with two file fields in it (independtly named) to upload two different video files, probably totalling 200MB in size.  At about 8%, the upload bails with a reset connection.  If I upload just one file, it uploads fine.  My php.ini variables relative to upload are these:max_input_time = 25920
file_uploads = On
upload_max_filesize = 300M
post_max_size = 300M
memory_limit = 350M
register_long_arrays = On
max_execution_time = 259200
Anyone have any idea why this is bailing when I do both files?