Problem on upload PNG / EXE files

See all posts Reply

Problem on upload PNG / EXE files new!
by Paulo Coutinho, 14 years, 9 months ago
Hi,

When i upload a PNG or EXE file the classe rename the file to file.png.txt or when EXE, file.exe.txt .

How i solve it?

@version 0.27Reply
Re: Problem on upload PNG / EXE files new!
by colin, 14 years, 9 months ago
Use no_script, as described in the docs:
$handle->no_script = false;
Reply
Re: Problem on upload PNG / EXE files new!
by Paulo Coutinho, 14 years, 9 months ago
Thanks,

It solve my problem.Reply