Questions tagged as 'armazenamento'

2
answers

Storage of files, in database or disk? [duplicate]

I'm developing an intranet system, with a file storage module (exclusively PDF). What do you tell me about the storage location, save to disk on the server or database? Remembering that it is an intranet. The server is on the same networ...
asked by 23.06.2017 / 19:53
2
answers

What is the best way to store videos, audios, images, documents in a bank?

I want to create a repository system where people can store videos, audios, pdfs, images, etc. I will probably use PGSQL and wonder what the best strategy for storing this data is that it may be different in size and type. Thanks in advance....
asked by 09.03.2018 / 16:14
0
answers

Best way to store images?

What is the best way to store images? In a special directory, for example: public/images ; In base64 , in a database; Another form (which I did not mention previously). And why? Note: I am using a MongoDB database.  ...
asked by 10.03.2018 / 21:15
1
answer

Azure Storage Account - Subdomain with SSL

I've created a storage account in Azure . The Azure Storage Accounts allow instead of using their URL NOME_da_CONTA.blob.core.windows.net I use a subdomain SUB.meusite.com . Azure itself URLs come with SSL (https) , but whe...
asked by 22.08.2016 / 14:34
2
answers

Backup Database, which tool to use, alternatives, security and access to data?

Good afternoon guys, I do not know if this is the right place to ask this question, if not apologize and delete the question, but there it goes ... Where I work we have a system that works with 2 types of database, firebird 2.0 or MySQL, bec...
asked by 12.09.2018 / 19:53
1
answer

PYTHON - Value store, line by line, in txt

How do I store different values, line by line, in a txt file without deleting the old one?     
asked by 16.03.2018 / 17:59
1
answer

What better way to store images in an iOS app?

I'm working on an app, and I've read through various websites and articles on how to store image in Core Data or in the app directory.  But I wondered what would be the best way. I wonder, what would be the best design for this case. To bette...
asked by 12.01.2015 / 02:34
0
answers

Photo stores in google clound and mongoDB?

I want to use Meteor and react to create a form with an image upload field that saves the uploading file to a google clound storage, and save only the image path in MongoDB Someone could point a direction, links, tutorials. I do not know how...
asked by 05.07.2018 / 23:16
2
answers

Android Storage

I'm starting in the Android universe, and I have the following question: In a login system, which storage type should I use to persist the data of the user who logged in to that session, and when I click on leave "kill" this session informati...
asked by 11.01.2018 / 11:56
1
answer

What is the best method of using SharedPreferences?

I have an application with a webview in which it returns a Token when the user logs in. I need to save the user information to auto-login the next time it logs in, I plan to do this using the CheckBox. After researching a lot, I saw that the bes...
asked by 16.02.2017 / 12:55