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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -