[BUG] Upload | Couple of issues
Describe the bug I followed the below link to use an upload control: https://forum.botpress.com/t/file-or-image-upload-feature-in-botpress/1948
It worked successfully but I found couple of problems:
- After upload the document link is undefined
- The upload path, is not absolute and it is not clear that I can find it anywhere
- The button is clickable only where the mouse cursor is "default" and not clickable when it is "pointer", while it should be vice versa, or the whole button area can be clickable.
Screenshots

Environment (please complete the following information):
- Botpress 12.26.5
The worst problem with the document upload currently in use is that you have no way of easily linking the uploaded document to the uploader.
I think either the naming should be very clear or the document should be stored against unique user id in the database for easier querying.
Hi, May I know, how to use the uploaded image by user?
Means, I want to send the uploaded file to server using api.

