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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
I need to store file data to give users posibility to restart upload on failed.
But this library returns some Asset class with 'identifier', and this identifier cannot be reused to get the filebytes again,
how to convert it to filepath??
The text was updated successfully, but these errors were encountered:
@Miedziaq is there any ways to convert File to Asset?
unfortunately i dont find any proper way to done it. only flutter_absolute_path like @hbrhbr mentioned but if you have newer project it not works. and i cannot solve my problem with this. another way is to save selected files to temp folder to have access to it and path then, but everything is to done manually by yourself..
finally i resign completely from this library and i switched to the other one without this problems :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I need to store file data to give users posibility to restart upload on failed.
But this library returns some Asset class with 'identifier', and this identifier cannot be reused to get the filebytes again,
how to convert it to filepath??
The text was updated successfully, but these errors were encountered: