Support Forum

plupload plugin – Error 112 on files over 2Mb

PD Paul Davis
Paul Davis
Member

I’m having a problem with the file upload plugin on the forum. I keep seeing the Error 112 code for any file greater than 2Mb in size. I’ve changed the file size limit to be unlimited to remove this possibility but the error still occurs. The error is regardless of file type.

Any ideas?

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

112? Isn’t that the one that says ‘”Uploaded file no longer available”? I might need Mr Papa to explain that one but I suspect it means it was rejected by your server and that is probably because the php upload maximum size is set to the default 2MB – which is fairly normal.

Check the upload limit allowed by php (NOT by SP itself) and if not big enough see if your host is willing to make it bigger.

YS Yellow Swordfish
Yellow Swordfish
Member

Oh excellent. Thanks for the quick update.