Search found 52 matches

by flomo
26 Sep 2019, 20:37
Forum: Help
Topic: Problems with file uploads
Replies: 3
Views: 1394

Re: Problems with file uploads

This configuration are the mime types that are allowed when converting images, not the mime types allowed for uploads (that can be everything). Is there any logic in place to control the upload? Where/how would that be done? I managed to upload a .php file, which is potentially very dangerous. Yes,...
by flomo
26 Sep 2019, 15:19
Forum: Help
Topic: Problems with file uploads
Replies: 3
Views: 1394

Problems with file uploads

I have this config in my config/shop.php file: ... 'controller' => [ 'common' => [ 'media' => [ 'standard' => [ 'files' => [ 'allowedtypes' => [ 'image/gif', ], ], 'preview' => [ 'allowedtypes' => [ 'image/gif', ], ], ], ], ], ... However, I can upload all kind of images, when creating a product. Ev...