12-17-2019, 06:38 PM
Raphael, duas coisinhas pra testar:
1o.
2o.
1o.
Code:
constructor TContentChart.Create;
begin
inherited;
mFileMustExist := False; {<-- Somente esse}
end;Code:
if Assigned(aReply) then
begin
aReply.ContentType:= MIME_JSON; {<-- AQUI}
//Verify Action
if aParams.Values['action'] = 'GV' then
