Plupload.js has no response when clicking on Android APP, and the upload function of iOS is normal.

browse_button : self, //id
                    url : "http://192.168.1.111:8081/open/upload" ,//
                    filters: {
                        mime_types:[
                            {title: "Image files",extensions: "jpg,png,jpeg"}
                        ],
                        max_file_size : "5mb"
                    },//
                    file_data_name:"file",
                    multi_selection:false,
                    max_retries:0,
                    fit:false,
Jun.23,2022
Menu