Skip to main content

Questions tagged [upload]

The tag has no usage guidance.

1 vote
2 answers
216 views

How to Handle Large File Uploads in Angular and Hibernate Without Exceeding HTTP Request Size Limit?

Description I am working on an application using Angular (front-end) and Hibernate (back-end). My use case involves uploading multiple images, which I convert to base64 format and send as JSON with ...
Alejandro Corral's user avatar
0 votes
3 answers
691 views

Folder structure to store image/file uploads

I'm working on a system and we need to do some refactoring on the upload service, that handles all files and images uploads to the system. Nothing fancy, but I it got me thinking about the folder ...
celsomtrindade's user avatar
1 vote
2 answers
87 views

How to make sure the file is uploaded from my application

Imagine the following scenario: I wish to build a photo-sharing social network app similar to Instagram (iOS only for the sake of conversation), and I want to make sure that users are using only my ...
Stefan T's user avatar
2 votes
2 answers
3k views

Architecture for uploading large files from many end points to the cloud storage

I am working on a desktop app that offers uploading to the cloud storage. Storage providers have an easy way to upload files. You get accessKeyId and secretAccessKey and you are ready to upload. I am ...
sanjihan's user avatar
  • 123
-1 votes
1 answer
1k views

FTP upload on AWS Elastic Beanstalk

We have our REST API running on AWS Elastic Beanstalk (NodeJS/Linux), there are some legacy devices that their only way to communicate with the world is uploading a file using FTP. These devices ...
Felipe Pereira's user avatar
-2 votes
3 answers
906 views

Upload file to S3 or save it locally?

I have a web application that allows users to upload files. My application does processing on these files (parsing, modifying metadata, etc). What approach should I follow? Should I save the files ...
Omnipresent's user avatar
4 votes
3 answers
7k views

How to store uploaded client documents securely in webapplication

A small company without any IT skills wants to run a web application where customers can enter various bits of data and upload pdfs. The documents regard product specifications and have to be kept ...
Nordic's user avatar
  • 43
-1 votes
1 answer
1k views

Uploading large files to web-server even if browser closed

I need to permit users to upload large files to my web-server even if the browser is closed. How can I implement this functionality. I have gone through the feasibility of google drive app but it dose'...
Ebin Manuval's user avatar
0 votes
0 answers
296 views

Algorithm for rate-limiting uploads with 3 files max

I want to limit file upload frequency to our webservice to prevent denial-of-service (directed at the server) - specifically, temporary folders filling up with fake uploads. This could be the user ...
Jan Doggen's user avatar
  • 1,137
1 vote
1 answer
1k views

How to handle file uploads express (UUID / location)

I am building a community website with a NodeJS express backend and a mysql database. Now I am up to the point where I want to store profile pictures of users and pictures related to specfic questions....
Bram's user avatar
  • 145
1 vote
0 answers
47 views

Meteor allow users to extend application

I'm trying to make a meteor app which every user can extend. Meteor uses hot code swapping which I would like to use, so I'd probably need to save scripts on file system of the server. Have You got ...
Krzysztof Wende's user avatar
4 votes
2 answers
4k views

Best practice for uploading large file, previewing, and editing before saving to database?

I am allowing users to upload a relatively large .csv file (about 1MB) - it will contain thousands of records that each represent one of my business objects. I want the users to upload the file and ...
rwisch45's user avatar
  • 151
0 votes
2 answers
1k views

Saving to file before storing into a database in a REST service

A mobile back-end I am building should receive a larger amount of data (some sensor recordings) from an Android phone. The phone does not have much use of it so it was most efficient to store the data ...
Aleksandar Stojadinovic's user avatar
9 votes
1 answer
5k views

How to parse multipart field/file data separately?

I want to parse a multipart form twice: once to grab the incoming fields, and later to process the file upload. I am trying to maintain a proper separation of concerns within my Node app: Controller ...
Scott 's user avatar
  • 221
1 vote
1 answer
2k views

Storing user uploaded images / files in multi server env

In a multi server system, e.g. a load balancer, multiple web servers and a database server, where do you store the files / images users upload when each web server will need access? Before now I've ...
stilliard's user avatar
  • 149

15 30 50 per page