View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
16941 | Bug reports | Survey editing | public | 2021-01-04 12:49 | 2021-04-08 11:49 |
Reporter | Jmantysalo | Assigned To | gabrieljenik | ||
Priority | normal | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.0-RC1 | ||||
Summary | 16941: Too big file to upload, no error message | ||||
Description | When I try to upload for example .ps file I get message "Denied file extension." But if I try to upload too big file it just fails silently. | ||||
Tags | No tags attached. | ||||
Complete LimeSurvey version number (& build) | Version 4.4.0-RC1+201223 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database & DB-Version | N/A | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | N/A | ||||
I think mayb we need to port this? 16733 |
|
@c_schmitz, there is a situation when the file size is bigger than the allowed by the php.ini. On those cases, the post is just empty. Then the error is that the CSRF balidation fails. That's something we can;t handle. My suggestion is to change the standard error message, mentioning that these errors could be due to big file sizes. What do you think? |
|
Still, we will patch as there are some situations where the file is big, but not that big, where we can show a descriptive message. | |
ping @c_schmitz | |
Sounds good. Make it so. :-) | |
PR: https://github.com/LimeSurvey/LimeSurvey/pull/1783 Added it to the dev branch as to have more testing time |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-04 12:49 | Jmantysalo | New Issue | |
2021-01-28 20:06 | cdorin | Priority | none => normal |
2021-01-28 20:06 | cdorin | Status | new => confirmed |
2021-02-01 15:17 | gabrieljenik | Note Added: 61846 | |
2021-02-18 21:46 | gabrieljenik | Note Added: 62368 | |
2021-02-18 21:46 | gabrieljenik | Note Added: 62369 | |
2021-02-18 22:41 | gabrieljenik | Note Edited: 62368 | View Revisions |
2021-02-18 22:42 | gabrieljenik | Note Added: 62380 | |
2021-02-19 00:48 | c_schmitz | Note Added: 62382 | |
2021-02-25 14:16 | gabrieljenik | Note Added: 62517 | |
2021-03-25 14:58 | c_schmitz | Assigned To | => gabrieljenik |
2021-03-25 14:58 | c_schmitz | Status | confirmed => assigned |
2021-04-08 11:49 | c_schmitz | Status | assigned => resolved |
2021-04-08 11:49 | c_schmitz | Resolution | open => fixed |