You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am passing a fileWriteStreamHandler function to handle uploads to s3. After s3 finishes uploading it runs a callback that notifies the user of any errors. Raising an exception/error within this callback seems to fall outside of the scope of form.parse and therefor the error does not present itself within the file.parse callback. It also does not trigger the error event. How are these errors supposed to be handled within the same scope as file.parse?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am passing a fileWriteStreamHandler function to handle uploads to s3. After s3 finishes uploading it runs a callback that notifies the user of any errors. Raising an exception/error within this callback seems to fall outside of the scope of form.parse and therefor the error does not present itself within the file.parse callback. It also does not trigger the error event. How are these errors supposed to be handled within the same scope as file.parse?
Beta Was this translation helpful? Give feedback.
All reactions