Hello.
I want to save the image as an Android image to the server as a library. Do you usually save it as a base 64 string or byte code in each row of the DB? Or do you store files in the cloud as if they were stored in an FTP concept? Thank you.
image
On the server, upload files are typically stored in the file system by generating random names so that the file names do not overlap, and by matching the original name with the new name with other information, it is stored in the DB.
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.