Skip to main content

Questions tagged [upload]

The tag has no usage guidance.

6 questions with no upvoted or accepted answers
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
1 vote
0 answers
2k views

How to Implement Complex Form Data?

I'm supposed to implement a relatively complex form that looks like follows, but has at least four more pages requiring the user to fill in all necessary information for the tracks: This data will ...
IAE's user avatar
  • 1,460
0 votes
0 answers
297 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 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
-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
911 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