Hello, I absolutely need to upload a sqlite file into my application, but copypasting corrupts it. Drag and drop puts it as asset, which I don’t want. Can someone help me?
As now, I have also got a text dump of the file, can that be used in any way?
Hello, I absolutely need to upload a sqlite file into my application, but copypasting corrupts it. Drag and drop puts it as asset, which I don’t want. Can someone help me?
As now, I have also got a text dump of the file, can that be used in any way?
the fastest way to do it is to upload it as an asset, then copy the asset url, go in the console and run:
wget url_of_the_asset
refresh
if you run ls you’ll see the name of the downloaded file.
I solved my problem in another manner, but thanks.