View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002812 | mantisbt | bugtracker | public | 2002-12-26 16:24 | 2003-12-13 04:44 |
Reporter | Assigned To | vboctor | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86 | OS | Windows 2000 | ||
Product Version | git trunk | ||||
Summary | 0002812: Docs file upload functionality broken | ||||
Description | "Docs" file upload is not working properly. Seems like sources were modified to work also with register_globals turned off, but file upload functionality remains broken after mentioned change. Just try to reproduce bug (upload some doc, does not matter if into disk or database) and if reproduction succeed, try to use my patch for fixing it. It worked well for me. | ||||
Steps To Reproduce | Try to upload doc file. | ||||
Additional Information | This patch was posted also into MantisBT-DEV mailinglist. Nepto, <a href="http://nepto.sk/">http://nepto.sk/</a> | ||||
Tags | No tags attached. | ||||
Here is patch. I do not know, why is file upload functionality disabled here.
|
|
the code in that file has not been updated to use gpc_get_file() and other new api functions, which is why it hasn't been tested yet. I'm working alphabetically through the files fixing them with new apis. So if no on gets to this before then I'll hit it at that point. |
|
I've patched it another way -- trying to use gpc (modeled after bug_file_add). If you want it (tested only in the case "DATABASE" email me: <a href="mailto:jmisiure@elka.pw.edu.pl" target="_new">jmisiure@elka.pw.edu.pl</a> |
|
This is fixed in 0.18.0a3. I didn't use the patches here since I wasn't aware of this bug back then. The new code uses gpc_get_file(). |
|