overwrite files

See all posts See thread Reply

Re: overwrite files new!
by colin, 16 years, 10 months ago
1. As per the FAQ: You should use $handle->file_auto_rename = false; to prevent the class renaming the file automatically, and then $handle->file_overwrite = true; to allow the class to overwrite the file. This also works when working on local files.

2. Yes, it can. You may want to add some more MIME types in $handle->allowed if some are missing for your specific files.Reply