From 9cb444624a903976c9d87cca8836f1f0cd3a748a Mon Sep 17 00:00:00 2001 From: Lynn Dylan Hurley Date: Fri, 6 Feb 2015 13:46:37 -0600 Subject: [PATCH] Update README.md #261 warrants a mention in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aca61bbb..7a63dc7a 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ You can place these two files beside `angular-file-upload-shim(.min).js` on your * Custom headers will not work due to a Flash limitation [#111](https://github.com/danialfarid/angular-file-upload/issues/111) [#224](https://github.com/danialfarid/angular-file-upload/issues/224) [#129](https://github.com/danialfarid/angular-file-upload/issues/129) * Due to Flash bug [#92](https://github.com/danialfarid/angular-file-upload/issues/92) Server HTTP error code 400 will be returned as 200 to the client. So avoid returning 400 on your server side for upload response otherwise it will be treated as a success response on the client side. * In case of an error response (http code >= 400) the custom error message returned from the server may not be available. For some error codes flash just provide a generic error message and ignores the response text. [#310](https://github.com/danialfarid/angular-file-upload/issues/310) +* Older browsers won't allow `PUT` requests. [#261](https://github.com/danialfarid/angular-file-upload/issues/261) ##Server Side