symfony - Mimes Type not working for zip -


in symfony application, want set zip , rar file mime type during file upload it's not working tried code

    /* * @assert\file(      *     maxsize = "1024k",      *     mimetypes = {"application/zip,application/octet-stream     * application/rar,application/octet-stream"},      *     mimetypesmessage = "dossier sur form zip"      * )     */       public $file;     /**      * @orm\column(type="string", length=255, nullable=true)      */     public $path; 


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -