# Can the Submit Button be made to wait until all uploads are complete?

**URL:** https://community.glideapps.com/t/can-the-submit-button-be-made-to-wait-until-all-uploads-are-complete/75666
**Category:** Ask for Help
**Created:** [August 15, 2024, 4:17pm UTC](https://community.glideapps.com/t/can-the-submit-button-be-made-to-wait-until-all-uploads-are-complete/75666 "2024-08-15T16:17:15Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [August 15, 2024, 4:46pm UTC](https://community.glideapps.com/t/can-the-submit-button-be-made-to-wait-until-all-uploads-are-complete/75666/2 "2024-08-15T16:46:46Z")

</div>

Not natively, that I am aware of.  
The way I normally handle this is with a hint component to warn the user:

![CleanShot 2024-08-16 at 00.43.31@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/9/39d3fdcc3b2fa58d76e743fa8edc3df5cfa0fad4.png)

Not completely foolproof, but it generally works.

Quite possibly you might be able to do something with CSS, assuming you have a plan that supports it. Check out the below thread:

> [@Exploring the Enhanced Capabilities of Glide's Native Form](https://community.glideapps.com/t/exploring-the-enhanced-capabilities-of-glides-native-form/69876):
>
> I want to share about the additional capabilities that we can achieve with Glide’s native form. What I have tested with the help of CSS is that native forms can also be applied for validation. Create your validation in the table columns and present it through messages via the “hint” component. Add the visibility conditional and the class “prevent-submit” to these hint components. Add the following CSS code: /\*Container Form\*/ #page-root:has(.prevent-submi…

---

_[View the full topic](https://community.glideapps.com/t/can-the-submit-button-be-made-to-wait-until-all-uploads-are-complete/75666)._
