Upload progress bar and upload request of upload component in element are not Synchronize

the upload component of element has an upload progress bar, but I find that the progress is inconsistent with the progress of my upload request, that is, 100% of the time, it will not show the success of the upload (green tick). How can I achieve the progress bar and the Synchronize of the upload request


100% just means that you have finished the transmission. What is the server going to do after receiving it? it may be saved as a local file, data may be added to the database, or logs may be written. Before these steps are completed, the request will not be called completed, so 100% and ticking are not complete Synchronize.


elemment that Progress component is just a UI component. So, can you post the uploaded js code and see what the problem is


upload successfully needs to be dealt with in on-success

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31bd5-2bdb6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31bd5-2bdb6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?