Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not append file into FormData if already has !
Sometimes people may want to minimize the file size and will do some compress then set the new compressed file into the form. Therefore when data already contains new file, do not append the original one.
- Loading branch information