This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Description
I am using Jquery file upload plugin to upload files to s3 in my rails application.
While during a file upload if internet connection is lost and then restored , the uploading part is resumed on google chrome automatically but it fails on safari.
I am using offline.js to detect internet connection status , but it fails to resume failed Ajax requests made while connection was down.
Please help me with this