plupload icon indicating copy to clipboard operation
plupload copied to clipboard

Error #-200 HTTP Error During Chunked Upload with Large Files

Open GreatestMichael opened this issue 7 years ago • 3 comments

I am trying to upload video files (.mp4) that are around 2gb in size and while trying to upload via the chunked option, I run into this error, "Error #-200: HTTP Error." around 67MB. Without chunking and plain uploading, I would run into errors around that size as well. I have tested smaller files (25MB) and they upload just fine. When watching the folder that the file gets placed into, I get file.part until all the parts are combined together to get the full file so I believe I am implementing chunking correctly. I just don't understand why I am getting this error while chunking. I have tested this at chunk size limits; 1MB. 10MB, and 25MB all with the same results.

I have attached the index.php and upload.php pages I have build from the provided tutorials.

Thank you. 2pages.zip

GreatestMichael avatar Nov 27 '17 15:11 GreatestMichael

It might be something with your HTTP server, Which one are you making use of?

jayarjo avatar Dec 01 '17 09:12 jayarjo

I use inmotionhosting's power plan. http://www.inmotionhosting.com/business-hosting

GreatestMichael avatar Dec 01 '17 15:12 GreatestMichael

I've come across that issue, it's usually an out of memory issue. Try increasing your post and upload memory limit

marias-truelogic avatar Apr 03 '18 22:04 marias-truelogic