Is there a way to use MediaUpload component with gallery=true property, and allow video files?
Question
Is there a way to use MediaUpload component with gallery=true property, and allow video files?
I'm using the component the following way:
<MediaUpload
onSelect={ this.onSelectImages }
allowedTypes={ [ 'image','video' ] }
accept="image/*,video/*"
value={ i
0
gallery, uploads, videos
3 years
0 Answers
52 views