Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : can.Model file upload with XMLHttpRequest2 upload

$
0
0
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.

Viewing all articles
Browse latest Browse all 3491

Trending Articles