Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

Autosaving for file uploads requires a refreshed _nonce value during each file submission. We can implement a custom script that enables background autosave functionality for single-file upload fields in assignment forms (inbox views).

...

  • Identify the single file upload field you wish to autosave.
  • Locate the form’s form, dropzone, and Save As Draft button selectors.
  • Insert the autosave script into a Custom HTML element in your form.
  • Test the functionality in the assignment (Inbox) view.

Download Sample App

View file
nameApp_kb_dx8_fileUpload_autoSave.jwa
height250

...