s3_direct_upload icon indicating copy to clipboard operation
s3_direct_upload copied to clipboard

before_add doesn't accept promise

Open aizotov opened this issue 5 years ago • 0 comments

This hinders our ability to validate the file. This PR seems to add this functionality https://github.com/waynehoover/s3_direct_upload/pull/259 any chance you can revive it?

The use case is reading the file (using something like async FileReader) contents to verify the format, only uploading if the format is allowed.

aizotov avatar Jan 09 '20 20:01 aizotov