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
2
votes
1 answer
PHP mkdir() and move_uploaded_file() Permission Denied with 777
I am writing a PHP script for a client which will be installed on a server which I do not have back-end access to. I only have access to a particular folder and database.
My script will upload files and create folders. However I get a permission…

Oliver Spryn
- 172
- 3
- 13
2
votes
1 answer
Nginx returning "404 Not Found" when invoking the upload module
I've set up Nginx and the upload module following Martin Fjordvald's guide, but whenever I submit a file to it, I receive Nginx's generic "404 Not Found" page. The file is not uploaded.
Here's my nginx.conf:
user nginx…

stevenmirabito
- 161
- 1
- 2
- 6
2
votes
1 answer
Prevent PHP from allowing php script uploads
Running Solaris/Apache/PHP.
Our user base needs to be able to upload files to the web servers, so we have to have php uploads enabled. Problem comes when users provide upload scripts that aren't restricted and an attacker uploads their own data. …

Andrew Case
- 3,489
- 3
- 23
- 39
2
votes
0 answers
Web-based file manager like File Thingie, but for S3?
At work, we use a little PHP script called File Thingie, which is a web-based file manager. Basically, an FTP replacement. It allows users to upload and download files, and most importantly, it has a simple authentication system that allows us to…

Legion
- 233
- 1
- 7
2
votes
5 answers
File Transfer Alternatives
Right now we're using the enterprise product from Aspera. We've got a license that covers only 10megabits of throughput per connection. We're looking at migrating away from Aspera as their licensing costs are a killer to get us up to 100megabits.…

ErnieTheGeek
- 2,037
- 16
- 22
2
votes
3 answers
How to automate FTPS uploads from the Windows Command Line
I'm looking for a batch script to automate the upload of MULTIPLE files at a time to an external ftps site (ftps://servername.xxxx.com).The files are located in a folder on a Windows Server 2008 system.If possible the batch script also needs to…

ciscokid
- 53
- 3
- 7
2
votes
2 answers
Directory and files stuck on server after upload
I've uploaded some files into a directory i've created (using a php upload script). At first I didn't set the right chmod for dir. and files (411 instead of 777). Now this folder and files are stuck on the server, can't delete using FTP, cant delete…

tvgemert
- 277
- 1
- 2
- 7
2
votes
2 answers
Do large HTTP uploads still get an IIS log entry if aborted?
Do (large) HTTP POSTs still get an IIS log entry if aborted, disrupted, or timed out before completing the upload (body of the HTTP request)? I'm trying to debug complaints of intermittent uploads that don't reach 100% in transfer, the IIS logs are…

DuckMaestro
- 205
- 2
- 8
2
votes
2 answers
apache - Can't upload >2GB file
Uploading files in our app works fine until we hit one that's > 2GB.
error_log shows:
Invalid Content-Length
(-3)Unknown error: Error reading request entity data
I've rebuilt the latest apache 64bit with large file support and I still get this…

raoul
- 21
- 3
2
votes
3 answers
Uploading files larger than ~4MB results in "The connection was reset" error
On two of our servers we have an Ubuntu LAMP setup with PHP code designed to allow large image and audio uploads. One of our clients is having an issue where they are unable to upload any files larger than ~4MB from any computer in their office.…

Andrew Winter
- 261
- 4
- 12
2
votes
1 answer
Cannot upload files bigger than 8GB to Amazon S3 by multi-part upload due to broken pipe
I implemented S3 multi-part upload, both high level and low level version, based on the sample code…

spencerho
- 21
- 1
- 2
2
votes
1 answer
How do I upload files to httpd (www) folder in EC2?
As title said, how do I upload my php files into my newly installed httpd (/var/www/html) on a EC2 instance?
I am trying to use cyberduck(using sftp), but apperantly, when I connected to my EC2 instance, it shows nothing (no files, no folders). Am I…

moderaga
- 79
- 2
- 7
2
votes
1 answer
Anyone know a good web-based file upload package?
Basically, what I'm looking for is a place for either one of our end users to be able to upload a file to this package, after either receiving a code from one of our support engineers or vice-versa(our engineers upload a file and send a…

Ted Wexler
- 21
- 1
- 2
2
votes
3 answers
Nginx Error 413
I originally posted this on Stack Overflow, then remembered that SO isn't for server-based questions.
Hey guys,
When I try to upload a file to my site, I'm getting the Nginx "413 Request Entity Too Large" error, however in my nginx.conf file I've…

Elliot
- 21
- 2
2
votes
2 answers
Setting the default permissions for files uploaded via FTP to a directory
Disclaimer: I'm just a web designer/coder, and server admin stuff is my weakest point of them all. So be easy on me (and very specific).
I'm using a simple CMS (Unify) on a site, where part of the functionality is that the client can upload files to…

Kerri
- 183
- 1
- 2
- 7