cppcms
cppcms copied to clipboard
CppCMS Framework
client: ```javascript let fd=new FormData(); fd.append('name','myname'); fd.append('image',e.target.files[0]); fetch('/upload',{method:'POST',body:fd}); ``` server: `!request().files().empty()` used to return `true` within the block `if(!request().is_ready())`. Recently it started to return true within the block `if(request().is_ready())`. Exactly...
2021-12-17 07:52:28; cppcms, error: Caught exception [cppcms::view::pool: no suck view:render is registered for skin: baseskin] Typo in error message
https://aur.archlinux.org/packages/?O=0&K=cppcms > No packages matched your search criteria.
I am trying to render geo map by using next command: ```html ``` But map is not rendered... At the same time, if I use this command in HTML file...
HI I'm using CPPCMS to create a RESTful API. But now i have a little problem and i need your help. I want to allow external client to upload files...
1>------ Сборка начата: проект: boost_locale, Конфигурация: Debug x64 ------ 1>message.cpp 1>D:\cppcms\boost_locale_4.0.0\libs\locale\src\shared\message.cpp(439,1): error C2440: static_cast: невозможно преобразовать "const CharType *" в "const char *" 1> with 1> [ 1> CharType=wchar_t 1>...
Hi I'm trying to create a Dockerfile that runs a CppCMS application in a NGINX web server. However, the command make tests always returns that the tests fail at **test_locale_format**...
I currently have a form in my application, but if I don't upload a file in the form the form will fail to validate. Here are the relevant parts of...
ENV: win10/nginx-1.15.9/fastcgi/cppcms-2.0.0.beta2|1.2.1 only sometimes occur. How to solve this problem? I need help, thanks.
This is an old request, and I have at last found some time to have a go at it, although the patch I am sharing below is incomplete and hackish...