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
Set up simple HTTP server with PUT method
I work on developing an internal testing document, and I'm running it through it's paces and one of the tests requires an HTTP PUT to upload a file. I've looked around and tried a couple things online, but it appears that getting HTTP PUT to work…

Joshua
- 179
- 1
- 3
- 12
1
vote
1 answer
PHP + AJAX cannot upload files larger than 100KB
Uploading files larger than around 100KB fails with 500 server error. The site is built on Laravel and is using AJAX for file uploading. Small files can be loaded without problems.
I have tested uploading with the same image that is scaled with GIMP…

Laowai
- 121
- 5
1
vote
2 answers
Reliable file transfer between three systems
I've got three systems I need to transfer files between daily:
Vendor A (SFTP site) - Deletes files after 14 days
Vendor B (SFTP site) - Deletes files after processing them
Company Server (Windows 2008) - Stores files as backups
Each day I want to…

David Glasser
- 11
- 1
1
vote
1 answer
Upload files from vsftpd ftp client in /tmp and once they are uploaded, move them to original folder
I'm having issues with my application. The scenario is that, there is a php cron which is running every 1 minute and it processes the uploads folder, wherein, files are uploaded via ftp server(vsftpd). If the server is uploading a file which is 1GB,…

user3355434
- 13
- 6
1
vote
0 answers
Windows Server 2003 Outbound ftp Very Slow with Windows Firewall enabled
From Windows Server 2003, I'm uploading a file (~50MB) every day at 4:00am to my hosting space in the cloud. I'm doing it by calling "ftp -s:" in a batch file that a Scheduled Task runs.
I did what Edward suggested in the post below and watched…

user228514
- 11
- 2
1
vote
2 answers
On demand upload server
I'm looking for a simple application which will do something like
Allow user to sign up for an ftp account
ask admin for approval
create ftp account for that user
Signing up for the account should be online. The upload doesn't have to be FTP, in…

stimms
- 179
- 1
- 8
1
vote
1 answer
How to add module to nginx on CentOS 6
I have nginx 1.4.4 as reverse proxy and apache as backend. My question is - how to add modules to nginx?
I need this module http://wiki.nginx.org/HttpUploadProgressModule
checked nginx -V i don't have this module
I read that i need to recompile…

Alexander Kim
- 597
- 3
- 8
- 21
1
vote
1 answer
Apache2 upload timeout
Whenever an upload takes longer than 22 seconds, then the upload ends up with connection was reset error. On the server side, the connection is in FIN_WAIT2 state.
The problem is, that apache2 Timeout is 300 seconds, max_input_time is 60 seconds.
I…

aa007
- 11
- 1
- 2
1
vote
2 answers
Very high Write IO Wait time
I get very high Write IO Wait time every time my back-up system from cPanel uploads the backups to a secondary storage server located underneath in the same rack.
They are connected directly on the secondary gigabite port using 30cm cable.
I tried…

transilvlad
- 173
- 14
1
vote
2 answers
What are some network issues that could cause my file uploads to stall and fail?
I have a file uploader that is supposed to be used to upload video files to my company's website.
At the office, uploads consistently stall out(get stuck at a percentage and never move again, even if I let it sit for hours), or flat out fail.
When I…

Jonathan
- 111
- 4
1
vote
0 answers
PHP file upload failure for large files
Using a simple php script, when I try to upload files larger than 1MB it fails by giving this undescriptive error:
General upload failure.
Nginx error log does not show any evidence.
I have set in php.ini:
upload_max_filesize = 200M…

alfish
- 3,127
- 15
- 47
- 71
1
vote
1 answer
PHP file upload system security implications
i've build a small upload system using PHP, it is working just fine for now however, the problem i have is the way i've got it to work.
I don't have much of a background in security, but is what i'm trying to learn at the moment.
So in order to get…

ragebunny
- 113
- 5
1
vote
2 answers
File upload permission problem IIS 7
I am unable to upload files to website hosted under IIS7. I have already given write permissions to "IUSR_websitename" and set the property in web.config also.
I am able to upload files with out log in to application at the time of user…
krish
1
vote
1 answer
Fastest reliable way to transfer 100GB files globally?
Our latest project at work involves sending 100GB+ files from our office in Dallas to our client in Australia. I've been asked to put together the fastest, most reliable way of transferring these files. Usually this would be no sweat, but when they…

uberdanzik
- 131
- 2
- 5
1
vote
1 answer
Traffic shaping linux upload issue
Im currently working on a traffic shaping in linux. We have a client connected to a server running nat and dhcp. What we want to do is limit both the upload and download speed of the client/clients.
However only download limit works.
Download…

martio09
- 11
- 1