d10sfan
How do I poll every x seconds on an app?
I have an app that I want to run a script every x seconds on, and have the ability to run a frontend script when it's successful each time, to add the data to the state. I see that there's a while loop in the flow, but it does not look like that would allow me to get the results on each success, just at the end.
6 replies
Getting Undefined on Multiple Upload on S3
I'm seeing a problem where if I try to upload multiple files at once with the s3 browser, only one of them works, but if I upload 3, the other two never finish and show a error popup saying "undefined"
1 replies