file-storage Questions

6

Solved

I am trying to catch a file sent with form and perform some operations on it before it will be saved. So I need to create a copy of this file in temp directory, but I don't know how to reach it. Sh...
Philosophical asked 13/9, 2010 at 16:37

2

Solved

I want to download an encrypted file from my server, decrypt it and save it locally. I want to decrypt the file and write it locally as it is being downloaded rather than waiting for the download t...
Nicholas asked 25/9, 2016 at 1:4

6

Solved

I have a project in Laravel in which one of the sections uploads images to the server. Images are saved by using File storage and in the / storage/app/public folder. In local it works correctly and...
Inextensible asked 7/8, 2017 at 17:11

3

Solved

I have been researching the differences between File, Block and Object storage. I've tried to relate the native Linux File System with one of these types of storing data, however, some doubts that ...
Ensheathe asked 1/3, 2022 at 11:25

4

I have been using external storage in order to save a different type of files. That files needs to be visible to user. And now from Android Q, the method getExternalStoragePublicDirectory() has bee...
Triplett asked 13/8, 2019 at 10:19

3

Before the introduction of scoped storage i was using Download Manager to download pdf in my app and get the pdf from getExternalStorageDirectory, but due to scoped storage i can no longer use getE...

1

I am getting the following error when sending a PDF from my vue.js frontend to my Flask backend: ValueError: embedded null byte I am adding the file with b-form-file. When I print the file in th...
Cassette asked 24/3, 2020 at 4:16

1

I am trying to find a solution to make use of the same Amazon EFS for mounting multiple directories in the Kubernetes deployment. Here is my use case I have an application named app1 that needs to...

3

Solved

Heroku only has 100MB of file storage, right? I'm making a low-level rails app and I really like Heroku, but if my app allows each user to upload one picture, I may run out of space quickly...is th...
Tannenberg asked 11/7, 2011 at 21:45

8

Solved

Is there a way to delete all files in specific directory. I'm trying to clear all my files in my created folder backgrounds in storage\app\backgrounds but in docs seems no method for delete all. S...
Unbelieving asked 30/10, 2017 at 2:28

3

Solved

I have a custom web form in odoo. I need to upload files. My controllers.py: @http.route(['/test/'], type='http', auth="user", methods=['GET', 'POST'], website=True) def upload_files(self, **post)...
Quirinal asked 9/8, 2015 at 17:5

3

I have created a file storage in Windows azure and uploaded some documents. This is what my path to my file looks like https://mySite.file.core.windows.net/notes/txt.pdf When I try to access the...
Unpremeditated asked 27/1, 2016 at 19:5

1

Solved

I'm new in Xamarin.Forms and mobile development. I want to store user and encrypted password of my application user in file on mobile device. I'm using xamarin forms technology. I kwnow that there ...
Telescope asked 11/11, 2017 at 11:30

1

Solved

This question follows on from a previous question that went unanswered. I've got a requirement in an Azure web app to edit a Document, instead of:- Downloading the file Open the downloaded file ...
Weariful asked 1/3, 2017 at 2:9

1

My issue is linked to Chrome Browser. I'm developing an app using Сordova and https://github.com/apache/cordova-plugin-file. This plugin is asking a permission to use persistent storage on the end...
Thessalonian asked 17/2, 2017 at 13:11

5

Solved

In my tiny little standalone Java application I want to store information. My requirements: read and write java objects (I do not want to use SQL, and also querying is not required) easy to use ...
Clam asked 18/2, 2016 at 10:43

1

Solved

I have the following intent: Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("text/*"); startActivityForResult(intent, DBOpenHelper.REQUEST_CODE_RESTORE); The intent allows...
Revulsion asked 4/1, 2015 at 22:19

3

Solved

I get an error message when I execute the following line: img = copy.deepcopy(img_file_obj) The img_file_obj has the following type: <class 'werkzeug.datastructures.FileStorage'> Is it ...
Barret asked 6/9, 2014 at 4:59

3

Solved

I'm developing a php platform that will make huge use of images, documents and any file format that will come in my mind so i was wondering if Cassandra is a good choice for my needs. If not, can ...
Clinkstone asked 12/1, 2012 at 21:47

3

I'm working on a piece of software that stores files in a file system, as well as references to those files in a database. Querying the uploaded files can thus be done in the database without havin...
History asked 15/3, 2013 at 18:57

1

Solved

I have some 10 images saved in drawable folder. I want to move them to internal file storage. Is this possible? I have searched a lot but, I only found links where we can save image to internal f...
Craig asked 24/9, 2012 at 6:36

3

Solved

My app is pulling in JSON data from our web service. In all instances up til now, the information would be retained in memory or just refreshed on the fly with no need to retain anything locally ot...
Engel asked 7/8, 2011 at 12:2

2

Solved

Possible Duplicate: Clone + Rename file with PHP This should be pretty easy. I wan't to copy & rename images that already exist on the server while still retaining the original im...
Paestum asked 11/7, 2012 at 22:58

3

Solved

I have a web application currently being developed in JSP/Servlets. The application allows users to upload image files for each user account. What is the best way to store the images? Please cons...
Freezer asked 30/4, 2011 at 13:23

3

I have a C#/.NET application that needs to store variable-sized binary blobs (10KB - 100MB) in a central repository. MogileFS meets my needs exactly (write-once, highly available, transparent horiz...
Cosgrave asked 15/4, 2011 at 22:4

© 2022 - 2024 — McMap. All rights reserved.