Ive read this post. But the typescript definition of an instance Dropzone doesn't have an options property and if I change the url of the DropzoneOptions object later, the change isn't reflected.
Asked
Active
Viewed 563 times
1 Answers
0
Pretty much the only way I have found to do this is editing the index.d.ts file for Dropzone to remove static
declaration of options
. Once I did that, the setup is pretty much like the previously linked post.

Mike_G
- 16,237
- 14
- 70
- 101