Page 1 of 1

[Solved] Adding attachment - The uploaded file is empty ?

PostPosted: Jul 13th, '11, 15:19
by doktor5000
Hello,

i tried to upload an attachment, in this case a kernel module (.ko) with a little bit over 200KiB,
the forum seems to upload it, processes it, and then it just tells the "The uploaded file is empty".
Is there some size restriction, or is that file type not allowed, or what could be the problem here?

The file itself is definitely not empty.

Re: Adding attachment - The uploaded file is empty ?

PostPosted: Jul 13th, '11, 15:42
by isadora
Could be a restriction. I have set this question to the team.

Re: Adding attachment - The uploaded file is empty ?

PostPosted: Jul 13th, '11, 16:17
by doktor5000
Well, then the error message in this case is misleading.
When trying to upload .log or .txt file some time ago, it stated clearly "file type xyz not allowed".

Re: Adding attachment - The uploaded file is empty ?

PostPosted: Jul 15th, '11, 14:20
by maat
no limit either in forum config or in php.ini that could explain : they are far above the size you mentionned.

.ko file are not allowed but there is no reason why you should have an other behavior there.

Edit : just one thing : exec max time is limited to 30s

Re: Adding attachment - The uploaded file is empty ?

PostPosted: Jul 15th, '11, 15:24
by doktor5000
Well the processing/upload took maybe 5-10 seconds, not more.
But no problem, file was already sent by mail. So at least i know .ko files are not allowed.

Thread can be marked solved, thanks.

Re: [SOLVED] Adding attachment - The uploaded file is empty

PostPosted: Jul 16th, '11, 17:29
by maat
Done :)

(thx Isadora)