Save data offline before post

后端 未结 3 1677
臣服心动
臣服心动 2021-01-21 15:26

i want to save the post data to user pc before posting just incase of bad internet connection where it happens a lot in my area.

most of the time users write article , a

3条回答
  •  萌比男神i
    2021-01-21 15:46

    Add a submit listener to your form, prior submitting save all the form input values in the browser's local storage. In older browsers (IE) you can "polyfill" this non-existent functionality.

    Have a look at this list of browser storage polyfills.

提交回复
热议问题