angularjs - Angular Js - Dropzone file formData not getting attached to the DOM -


after uploading file getting file details in console after clicking submit following error(s) seen ...

no 'access-control-allow-origin' header present on requested resource. origin http://localhost:19242' therefore not allowed access. response had http status code 500.

  error: [object object] undefined 

actually after submit should redirect other page , service defined should bind formdata dom not happening.

please let me know if any other details required, provide that.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -