Questions tagged [upload]

Upload means sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred.

340 questions
1
vote
1 answer

parse-server upload size limit , more than 100MB?

I am trying to upload a file to my parse server(using javascript sdk), but I need to make sure i can upload up to 500MB (for example). Is it possoible to be done in parse-server ? Can it be edited in some config file? Thank you
user3676224
  • 113
  • 5
1
vote
5 answers

FTP Access Denied when uploading to server

Ok, here's the story. I have a server running FTP 'out there' I can connect to it using the admin account, browse files, download files. When I try to upload files, I get 550 Access Denied. I have tried through FileZilla and command line. I have…
Albert
1
vote
1 answer

Nginx failed space when upload

I've a problem with my nginx server. He is a storage server, and when i want to upload a file (2,5G) i can show any error on my error.log 2016/02/08 03:26:24 [crit] 7843#0: *1154 pwrite() "/var/lib/nginx/body/0000000388" failed (28: No space left on…
Upee
  • 11
  • 1
  • 3
1
vote
2 answers

Providing a file upload system for a handful of (possibly unknown) people

I need to give access to a few people to upload some large (video) files to a server i manage. For myself, I'd use scp but as they are not me, I don't want to give them full ssh(/scp) access to the server just for that as I don't necessarily know…
Jawa
  • 305
  • 7
  • 17
1
vote
1 answer

Update production Server and Automation

I would like to clear that i am not a sysadmin pro in any way, and maybe my question is answered already, but as long as i searched on google/serverfault/SO i didn't find anything similar. Let's say we have 2 single files that we want to update on…
Themis Beris
  • 121
  • 3
1
vote
2 answers

Random "This webpage is not available" error and AH01225: Error reading request entity data

A script on a client website simply uploads a form and an image. However once in 5 or 10 tries the user gets a This webpage is not available error on Chrome. The server log shows: AH01225: Error reading request entity data There is not much on…
gX01
  • 141
  • 6
1
vote
1 answer

Upload multiple files in IIS / FastCGI

I need help for a strange issue to me. I am developing an application in PHP with an IIS server (I don't decide, don't blame me lol) and when I try to upload more than 6 files I don't get any error but a request not found from the script that…
manou
  • 61
  • 7
1
vote
1 answer

Google Storage - Low upload speed with gsutil

We are currently evaluating using Google Storage Nearline for backups. The servers in question are located within a Hetzner data center, on average 80-100Mbit/s upstream and 300-500Mbit/s downstream. We're using Googles gsutil for accessing the…
1
vote
0 answers

elFinder with NFS: Unable to upload "image.jpg"

I have a NFS mount with permissions 770 on user:group "nfsbackup:nfsbackuo" with www-data as member of group nfsbackup. This is my server connector configuration in PHP, using CodeIgniter 2, working: $opts = array( 'debug' => true, 'roots'…
s3go11
  • 21
  • 3
1
vote
1 answer

EC2 to S3 upload speed decrease with increase in instances

I have a job that gets data from a database, runs some code, and uploads the result to an S3 bucket. The code takes approximately 1 minute to run, and the result file is approximately 10MB. Both the EC2 instances and the S3 bucket are in…
kielni
  • 113
  • 2
1
vote
1 answer

post_max_size will not change, stuck at 128M, other settings work

I am trying to increase post_max_size to 1024MB, I am using ini_get('post_max_size') and phpinfo() to check the setting and post_max_size shows as 128M in both. some phpinfo() on the server: PHP Version 5.5.9-1ubuntu4.7 System Linux Dalaran…
Andrew
  • 45
  • 1
  • 10
1
vote
0 answers

How to convert files to jpg format in nginx?

I've just setup nginx uploading with nginx_upload_module with the following configuration: location = /upload { # backend upload_endpoint upload_pass @upload_endpoint; upload_store /var/uploads 1; # Set specified fields in request…
Erik
  • 203
  • 2
  • 5
  • 14
1
vote
1 answer

How to install nginx-upload-module on production server?

My nginx server was installed by the following approach: sudo add-apt-repository ppa:nginx/stable sudo apt-get update && sudo apt-get install nginx Now I need to https://github.com/vkholodkov/nginx-upload-module/tree/2.2 module to handle image…
Erik
  • 203
  • 2
  • 5
  • 14
1
vote
0 answers

Use apache upload_tmp_dir for pear applications

Is it possible to use upload_tmp_dir parameter defined in the apache configuration for using in PEAR applications? The real problem appears because of System.php file of PEAR use /tmp directory, but apache has open_basedir restrictions, that doesn't…
Aleksander A
  • 201
  • 2
  • 4
1
vote
3 answers

Build HTTP server for clients to download install package

I have a Windows 2012 R2 server in our internal network. I added IIS role according to http://www.iis.net/learn/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012 Where do I find tutorial on how to build simple website where our…
Glowie
  • 169
  • 3
  • 11