yogiben / meteor-autoform-file

Upload and manage files with #autoForm
MIT License
92 stars 101 forks source link

Can't add another file after removing one #81

Closed bluxu closed 8 years ago

bluxu commented 8 years ago

The changed method on fileupload doesn't ever seem to fire more than once. Not sure why this happens - my use case is fairly complex so not trivial to create a MWE. Temporary fix is to grab the version of the package before it was migrated to jquery-fileupload, which still works fine.

advany commented 8 years ago

I have the same issue. After I create, I can't update. The fileupload doesn't fire anymore and now file is send to the server.

jebarjonet commented 8 years ago

Same issue. Currently this package seems not functional. First upload is OK, removal is OK, but I can't add another file after that.

jebarjonet commented 8 years ago

It still does not work, same behavior

mpowaga commented 8 years ago

@jebarjonet Did you test with master branch? It's not deployed to Atmosphere yet.

jebarjonet commented 8 years ago

You are right ! My bad ! It is indeed not automatic. Waiting for the Atmosphere update :)