Skip to content

gives undefined error of clean_file_name function. #6

Description

@shashikantchauhan

Add This function in library.
protected function clean_file_name($file_name){
$result = preg_replace('/[^A-Za-z0-9 _ .-]/', '', $file_name);
return $result;
}

Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions