Kevin Collignon
Kevin Collignon
Any suggestions @iStefo ?
@SixiS thanks! can't wait to see what you come up with. Much appreciated.
@dwbutler has there been any resolution for this?
@NanoMeko were you ever able to resolve this?
I was hoping for this too
@HeroicEric sure! I should've included that in the original writeup. I have a grouped list...  When I create a new record, it...
I have an action in my controller that creates it using Ember data and form fields. ``` javascript actions: createDocumentFormat: -> fields = @get('fields') fields.organization_id = @get('controllers.application.selectedOrgId') fields.category = @get('selectedDocumentFormatType')...
Is it supposed to be spelt fomrs?
I am in desperate need of this feature as well! Need to alert the user beforehand.
Does this test the file size as each individual uploaded file gets run? Ideally I'd like track or alert the user of the entire uploaded file size including all files...