Is there a way to see a file upload status of sorts in spark?

When uploading a file, if it is a reasonable size, it takes time to upload although nothing is returned stating its attempting to upload or whats going on. Is there a way to enable this by chance?

image

Hello!
You are most likely using the HttpUpload Plugin to upload the file, but it uploads the file to your Openfire server in a separate thread. You can send a file without a plugin.

By the way, it would be great if the HttpUpload plugin informed that it was uploading a file. I made a task for this
https://igniterealtime.atlassian.net/browse/SPARK-2323

2 Likes

Thank you for the quick response. Appreciate you creating that ticket. I see that I can send users a file and see the status which is helpful. Looking forward to this capability in the future for the plugin! Thanks again.