Skip to content

Conversation

@anuragrath
Copy link
Contributor

No description provided.

@shashikantchauhan
Copy link

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.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants