Replies: 2 comments 3 replies
-
Hi @N7ghtm4r3! If you want to save a
|
Beta Was this translation helpful? Give feedback.
-
Hi, sorry again, but using this deprecated public actual suspend fun FileKit.openFileSaver(
bytes: ByteArray?,
suggestedName: String,
extension: String?,
directory: PlatformFile?,
dialogSettings: FileKitDialogSettings
): PlatformFile? { The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would to save a file from an
url
without usedialogs
, but instead, I would like to use just an API that download directly the file and store in the indicated path. I am on Compose Multiplatform with Web target also and I am using the0.10.0-beta04
FileKit version, is there any api because I tried to useopenFileSaver
api, but it seems to be deprecated. I am sorry if I have not read well the related docu. It might be theFileKit.download
api, also outside from web target?Beta Was this translation helpful? Give feedback.
All reactions