react-dropzone-uploader icon indicating copy to clipboard operation
react-dropzone-uploader copied to clipboard

Feature request

Open nanandn opened this issue 5 years ago • 0 comments

I have a couple of feature request. If there is already a way to do this, please let me. I could not see if by looking at the code.

  1. Call handleChangeStatus with a new status like "media_analyzed" immediately after "generatePreview", but before calling validate. This would give an opportunity for callers to add additional metadata about the media, before validation.

  2. props to override generatePreview or allow custom preview generation and maybe expose the existing generatePreview as utility. So calling code/component may provide custom preview generation or augment (maybe using mediainfo).

nanandn avatar Apr 28 '20 20:04 nanandn