This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
Custom error messages for S3 signature requests
In #1724, the ability to pass a custom error message to Fine Uploader from your signature endpoint was added. Simply include an error
property in your JSON response along with an appropriate error response status code, and Fine Uploader will make use of this error message in the UI, and pass it along to error even handlers as well. For more details, please see the server-side documentation page at http://docs.fineuploader.com/branch/master/endpoint_handlers/amazon-s3.html.