SabitOriginal post
Rank 2: Process
Hi! When creating a file, onProgress() does not work. How to get information about file upload to server? I wanted to display information about upload to server. But this function onProgress:(progress){print(progress.progress);} does not work at all.
Summary
The developer is encountering issues with the onProgress() function not working when creating a file. They are looking for a way to get information about the file upload to the server. The provided onProgress() function is not displaying any progress information.