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.
Questions tagged [upload]
340 questions
1
vote
0 answers
How to configure HAProxy to buffer the whole request including full body (buffering reverse proxy and big file uploads)?
We have a setup where front facing HTTP2 server is HAProxy and multiple backend servers run Apache+PHP. We have set HAProxy configuration option http-buffer-request. End users upload files (using basic file upload using

Mikko Rantalainen
- 1,030
- 14
- 30
1
vote
1 answer
What hosting provider allows large anon FTP uploads?
I'm working on a website which allows users from different part of world to upload files upto 500 MB.
The problems are:
As it is a HTTP transfer, it is slow.
As it is a HTTP transfer, it is non-resumable. Users really suffer because of these two…

Manish
- 111
- 2
1
vote
4 answers
How to do this load-balacing properly?
Let's say I rent 6 dedicated servers by a server provider for my website http://example.com:
#1: 203.2.113.1
#2: 203.2.113.2
#3: 203.2.113.3
...
#6: 203.2.113.6
each of them having a maximum upload rate of 10 MB/s.
I decide to use machine #1 as…

Basj
- 709
- 3
- 11
- 29
1
vote
2 answers
SFTP/SCP slow uploads in Windows, Fast in Linux
I recently moved from a VPS to a reseller hosting account for my little sites and I'm having a baffling issue since: uploading files to the server is dreadfully slow. Servers are CentOS, cPanel etc, the usual hosting environment. Now we could…

hikari
- 143
- 1
- 5
0
votes
2 answers
What is the best way to transfer 4tb image from windows to centos?
My windows server has 4tb image files, images are scattered in folders by year(10 years), i want to transfer these images to centos. Is there a tool that can upload multiple(not one by one in queue), and retry upload when fail?

user1434702
- 103
- 2
0
votes
0 answers
aws s3 cp 'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')
I am actually writing a simple script to zip a local game save then upload the zip file into my s3 bucket.
Somehow it gives me this error though.
The most I can find googling around is about filesize + adding --region init which doesn't help at…

Dora
- 341
- 1
- 5
- 15
0
votes
1 answer
Apache 2.4 / PHP 7 with SSL : posting a larger file (+75MB) results upload_err_partial
I've set up an AWS EC2 server with the AWS linux AMI so that it runs Apache 2.4, PHP 7.2. When I upload files larger than +- 75mb (or about 30 seconds uploading time) PHP gives me an error 3 in $_FILES (UPLOAD_ERR_PARTIAL).
This ONLY happens with…

Stef Digicombo
- 11
- 1
0
votes
4 answers
Managed Hosting vs Co-location
I am working on a project that will require for us to upload huge HD video files to a server.
For simplicity, I was considering Managed Hosting at Rackspace with Cloud Files.
However, the main work flow bottle neck would be the upload times.
Our…
Miguel Hernandez
0
votes
1 answer
Can't Write to Public Files but Permissions Appear Fine
Originally asked on Drupal Stack Exchange but opening up since it may be a general Linux/Apache issue.
Need the internet to confirm my sanity. On a Drupal 7 site it's saying "The directory sites/default/files is not writable." So I checked every…

Aaron Chamberlain
- 381
- 1
- 3
- 13
0
votes
0 answers
IIS upload large file ever http response 502
I can't upload a large file (1,16 go) on my net.core API throught IIS.
I set this values on my web.config
…

FRZ7
- 101
- 1
0
votes
1 answer
Why does switching to secure folder (httpsdocs) break the PHP file upload function
Server version: Apache/2.4.34 (Unix)
I'm trying to utilize an existing SSL certificate for several sub-directories of a domain, but the architecture for the domain separates out two directories for non-secure/secure:
httpdocs
httpsdocs
I copied…

Mitch Moccia
- 103
- 3
0
votes
1 answer
How to chgrp a file uploaded in PHP?
After receiving an uploaded file and moving it to its target directory, using PHP's move_uploaded_file() function, the file has the owner and group "www:wheel", ie. that of Apache. I want to change the group to "admin", but chgrp() says I (or…
Frank B.
0
votes
1 answer
Allowing Apache and SFTP to have write permission
How can I give write permission to Apache as-well as SFTP without having to chown the /var/www directory to apache when it needs to write something and having to chown sftp when I need to upload something?
I'm new to Centos - so please excuse the…

Oliver Kucharzewski
- 113
- 5
0
votes
1 answer
Make IIS server max_file_upload size 10GB
I am working on a website that is hosted with the company's own server, using IIS. I was wondering if it's possible to make the make file upload size 10GB? Their assets they send and receive to clients are generally between 5GB to 10GB.
Just…

matt6frey
- 11
- 1
- 4
0
votes
1 answer
Linux Server: Cannot upload files to any directory
I am working with an ubuntu server running apache2 but I can't upload files, but I can log in to ssh and
touch test.txt
When I log in to the server with filezilla and try to add a file to /var/www I get a 550: Permission denied error.
The…

brothman01
- 1
- 1
- 4