resize and unlink file question |
(02-25-2016, 03:13 AM)Diederik Wrote: You could use something like this below. First you verify if the filename has the width and hieght in its name and then check if a file exists without those values. If not you can delete the file. You could also write some regular expression for this job. Thank you for your help. I have now got it working so far with PHP Code: if (null !==($this->input->get('directory'))) {
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
resize and unlink file question - by wolfgang1983 - 02-25-2016, 02:32 AM
RE: resize and unlink file question - by Diederik - 02-25-2016, 03:13 AM
RE: resize and unlink file question - by wolfgang1983 - 02-25-2016, 07:08 PM
RE: resize and unlink file question - by wolfgang1983 - 02-27-2016, 05:32 PM
|