I'm just using the jquery ajax file upload plugin from within my can.Control. This leaves me with my own model.save implementation, though.
I need to fake triggering a model.create() so that my model has a single point of observation, though. That is: 1) records that are created using can.Model.save and 2) those that are instantiated manually. The latter of which is the result of saving via the file uploader.
I need to fake triggering a model.create() so that my model has a single point of observation, though. That is: 1) records that are created using can.Model.save and 2) those that are instantiated manually. The latter of which is the result of saving via the file uploader.