You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, ok, I see. Thanks for noticing this. This documentation hasn't been updated in some time and is no longer in sync with the source code. We need to update this.
Hi there in the uploader class it mention a get_url method to retrieve the uploaded file url
`get_url()
Return the tus upload url.
If resumability is enabled, this would try to get the url from storage if available, otherwise it would request a new upload url from the tus server.`
But seems to be missing in the code, is it normal ?
The internal property uploader.url is accessible an contains the url, but probably better to access it through a getter
The text was updated successfully, but these errors were encountered: