sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
44 stars 34 forks source link

File upload > server configured size - Error message #1483

Open madhurrya opened 2 weeks ago

madhurrya commented 2 weeks ago

When the size of the files exceeds the server configured upload size it gives this message after waiting about 2 minutes. May be it happens after a time out. Not sure. A user will not wait in this UI for 2 minutes. So it might be better to check the total file size before the upload and if the size exceeds give a message straight away, without trying to upload the files.

Image

burnettk commented 2 weeks ago

spiff doesn't know what the limit is (it's controlled externally), so it's not possible to present an error telling them what the actual limit is up front.