jerocosio / autoform-cloudinary

Easily upload images to Meteor using Cloudinary and Simple Schema
13 stars 11 forks source link

array with cludinary #1

Open ipstas opened 9 years ago

ipstas commented 9 years ago

is it possible to make an array? Like this

{
  Pictures: {
    type: [String],
    optional: true,
    autoform: {
      afFieldInput: {
        type: "cloudinary"
      }
    }
  }
}

If I try the scheme like this it complains 'Error in newPlace pre-submit validation Error: Pictures must be an array'

greatramu commented 9 years ago

yeah.. i was also looking for such feature to enable multiple image uploads.. is this feature under consideration?

ctoLarsson commented 8 years ago

I have same question. Many times 10-20 files need to be uploaded. Can multiple image uploads be handled without user having to select each file one by one in a separate file selector? Otherwise this package loses a bit of its attraction.