meteor-autoform-file icon indicating copy to clipboard operation
meteor-autoform-file copied to clipboard

Upload and manage files with #autoForm

Results 5 meteor-autoform-file issues
Sort by recently updated
recently updated
newest added

### I'm having an issue: - If I upload an empty file, I encounter an uncaught error. Then, if I attempt to upload the same empty file again, the window...

### I have a suggestion: I am still using this and I came to some limits I'd like to solve with some hooks: ```js picture: { type: String, autoform: {...

enhancement
help wanted

This implements multiple file uploads using a `multiple` Boolean flag in the schema or field config, as discussed in #3 long time ago. It allows the operating system's file selector...

Hi @dr-dimitru , I think autoform is not maintained and now [uniform](https://github.com/vazco/uniforms) is the best alternative. Is your package can working with uniform too? If not do you have any...

enhancement
help wanted