Added validation of file type by antkowiakit · Pull Request #17 · flowjs/flow-php-server · GitHub
Skip to content

Added validation of file type#17

Open
antkowiakit wants to merge 1 commit into
flowjs:masterfrom
antkowiakit:master
Open

Added validation of file type#17
antkowiakit wants to merge 1 commit into
flowjs:masterfrom
antkowiakit:master

Conversation

@antkowiakit

Copy link
Copy Markdown

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
Copy Markdown

@antkowiakit

Copy link
Copy Markdown
Author

Bump

@antkowiakit antkowiakit closed this Jul 7, 2015
@antkowiakit antkowiakit reopened this Jul 7, 2015
@AidasK

AidasK commented Jul 8, 2015

Copy link
Copy Markdown
Member

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