Two New Form Callbacks for File Uploads
We’ve added two new JavaScript callbacks to help you track file uploads in forms more precisely. These are especially useful when working with multiple files in an attachment field.
1. Callback When a File is Uploaded
Triggered each time an individual file is uploaded.
2. Callback When All Files Have Finished Uploading
Triggered once all selected files have completed uploading.
🔧 Be sure to update the
component
andfield
IDs to match your app’s form setup.
We'd love to hear your feedback.