You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.
Hi @leon ,
I am trying to use the file upload in AngularJs. The code is hit on the "onComplete" , but in the console the data is shown as undefined. I am using IIS 8.
In the console:
In the response body , I can see this: 405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access
I added the js, css files and in the Index.cshtml
The code is hitting onUpload function and after that onComplete function. status shows 200, data is undefined, but the file is not uploaded.
I am trying to use single image file upload and to use the "iframe" functionality.
What am I missing? How to fix this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @leon ,
I am trying to use the file upload in AngularJs. The code is hit on the "onComplete" , but in the console the data is shown as undefined. I am using IIS 8.
In the console:
In the response body , I can see this: 405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access
I added the js, css files and in the Index.cshtml
In the controller.js file
The code is hitting onUpload function and after that onComplete function. status shows 200, data is undefined, but the file is not uploaded.
I am trying to use single image file upload and to use the "iframe" functionality.
What am I missing? How to fix this?
The text was updated successfully, but these errors were encountered: