You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i agree, simple things like zip, pdf and word should be allowed
They are allowed if you don't restrict them. If you select none for the restriction file types they are allowed to upload zip, pdf, ... or whatever they want.
Restricting is currently done based on the mime types filters va audio/*, video/*, image/*, ... same as Sulu media types work. There is no specific group yet for zip or pdf as they are just a general application/... mime types.
Still Symfony from system is easy to extend via a Form Extension it is even possible to add all kind of constraints you want to a project.
Actual Behavior
When you want to restrict the type of attachment field, you can only restrict it to image, sound and video.
Expected Behavior
Restrict to PDF document for example.
The text was updated successfully, but these errors were encountered: