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
Post a Comment