mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 23:31:44 +09:00
- 일부 파일은 Base64로 인코딩하면 / 를 포함하는데, PHP에서는 파일명에 /를 아예 허용하지 않아 LV/xxxx와 같은 문자열이 잘려서 xxxx로만 전달받게 된다. 따라서, Base64로 디코딩해도 원래의 파일명을 얻을 수 없었다. 전송전에 /를 :로 치환하고 다시 전달받은 후에는 반대 과정을 실행하여 문제를 해결했다. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7958 201d5d3c-b55e-5fd7-737f-ddc643e51545 |
||
|---|---|---|
| .. | ||
| conf | ||
| lang | ||
| queries | ||
| schemas | ||
| tpl | ||
| file.admin.controller.php | ||
| file.admin.model.php | ||
| file.admin.view.php | ||
| file.class.php | ||
| file.controller.php | ||
| file.model.php | ||
| file.view.php | ||