S Sreenadh OG Member Licensed User Longtime User Feb 11, 2015 #1 Hi All, I want to upload a database file from device to File.DirAssets, Is it possible to upload a file. Last edited: Feb 11, 2015
Hi All, I want to upload a database file from device to File.DirAssets, Is it possible to upload a file.
udg Expert Licensed User Longtime User Feb 11, 2015 #2 Not to DirAssets. That's a read-only "virtual" dir that exists in your apk file and corresponds to your IDE's Files tab. Upvote 0
Not to DirAssets. That's a read-only "virtual" dir that exists in your apk file and corresponds to your IDE's Files tab.
S Sreenadh OG Member Licensed User Longtime User Feb 11, 2015 #3 Thank you, Can you post an example code Upvote 0
lemonisdead Well-Known Member Licensed User Longtime User Feb 11, 2015 #4 Some code samples : https://www.b4x.com/android/forum/threads/is-it-possible-use-httputils2-to-upload-file.20380/ https://www.b4x.com/android/forum/t...eceive-files-with-asyncstreams.30493/#content https://www.b4x.com/android/forum/threads/android-http-multipart-requests.8411/ Upvote 0
Some code samples : https://www.b4x.com/android/forum/threads/is-it-possible-use-httputils2-to-upload-file.20380/ https://www.b4x.com/android/forum/t...eceive-files-with-asyncstreams.30493/#content https://www.b4x.com/android/forum/threads/android-http-multipart-requests.8411/