Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added validation of file type #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antkowiakit
Copy link

Added validation of file type
Sample Config:
$config = new Config([
'tempDir' => DIR . '/tmp',
'mimeAccept' => array(
'image/gif',
'image/jpeg',
'image/png',
'image/bmp'
)
]);

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.89%) to 92.11% when pulling 252e55b on antkowiakit:master into de7151c on flowjs:master.

@antkowiakit
Copy link
Author

Bump

@antkowiakit antkowiakit closed this Jul 7, 2015
@antkowiakit antkowiakit reopened this Jul 7, 2015
@AidasK
Copy link
Member

AidasK commented Jul 8, 2015

Hi, thanks, I have left a comment. I think we need to refactor this in a more flexible manner

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.

3 participants