We can upload and store files in this database.
I am able to upload files with Command Line, but not able to get upload progress etc.
So I am requesting the extension to ExtensionDevelopers
Home page: gofile.io
API Docs: gofile.io/api
This is cheaper than Firebase Storage.
I request these blocks
Methods:
Upload (Do Method)
Parameters: server, filePath
Pause Upload (Do Method)
Resume Upload (Do Method)
Events:
Upload Success
Parameters: File Path, File Download Link
Upload Failed
Parameters: File Path, Error
onProgress Changed
Parameters: File Path, Transferred Bytes, Total Bytes
@JaviR3TicS as you said, we can not get progress from the api.
But we can track upload progress with the extension.
As the data (file) goes out from the device.