Reply to Re: Change chars

Re: Change chars new!
by colin, 13 years, 5 months ago
The filenames are sanitized for security purposes. You can set file_safe_name to false to prevent this behaviour.
$handle->file_safe_name = false;

If the file is considered dangerous, then the class will add a .txt extension. You can deactivate this behaviour by setting no_script to false:
$handle->no_script = false;
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important