The upload functionality of the JavaScript SDK is not supported in WeChat. How can I fix it?
The troubleshooting reveals that the problem is caused by incompatibility between HTML5 and WeChat browser. To resolve this problem, you must delete the multiple=""
parameter in<input type="file" name="file" id="files" multiple="">
to realize normal uploading.