Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs($ios8): document iOS8 Safari unsupported message option
Browse files Browse the repository at this point in the history
[skip ci]
#1284
  • Loading branch information
Ray Nicholus committed Sep 17, 2014
1 parent ebf17a5 commit 94a83fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/options.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ alert("The `chunking.success.endpoint` option **only** applies to traditional up
{{ api_parent_option("messages", "messages", "",
(
("messages.emptyError", "emptyError", "Text passed to the error event handler if a submitted item is zero bits.", "String", "{file} is empty, please select files again without it.",),
("messages.unsupportedBrowserIos8Safari", "unsupportedBrowserIos8Safari", "Unrecoverable error - this browser does not permit file uploading of any kind due to serious bugs in iOS8 Safari. Please use iOS8 Chrome until Apple fixes these issues.",),
("messages.maxHeightImageError", "maxHeightImageError", "Text passed to the error event handler if an image is too tall.", "String", "Image is too tall.",),
("messages.maxWidthImageError", "maxWidthImageError", "Text passed to the error event handler if an image is too wide.", "String", "Image is too wide.",),
("messages.minHeightImageError", "minHeightImageError", "Text passed to the error event handler if an image is not tall enough.", "String", "Image is not tall enough.",),
Expand Down

0 comments on commit 94a83fa

Please sign in to comment.