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 94a83fa commit 91d9e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/options.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ 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 All @@ -136,6 +135,7 @@ alert("The `chunking.success.endpoint` option **only** applies to traditional up
("messages.sizeError", "sizeError", "Text passed to the error event handler if a submitted item is too large.", "String", "{file} is too large, maximum file size is {sizeLimit}.",),
("messages.tooManyItemsError", "tooManyItemsError", "Text passed to the error event handler if a submit is ignored due to a violation of the `validation.itemLimit` rules.", "String", "Too many items ({netItems}) would be uploaded. Item limit is {itemLimit}.",),
("messages.typeError", "typeError", "Text passed to the error event handler if an invalid file type is detected.", "String", "{file} has an invalid extension. Valid extension(s): {extensions}.",),
("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.",),
)
)
}}
Expand Down

0 comments on commit 91d9e86

Please sign in to comment.