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
2 answers
How to Disable script handling in IIS7
I have an ASP.net web site that allows users to upload files to an upload folder on the server. The site is served by IIS 7.
I have configured the upload folder to not execute any script files that are requested, but how can I configure IIS 7 to…

Ronnie Overby
- 681
- 2
- 12
- 24
1
vote
1 answer
Mod_security2 and clamav to catch malicious files on upload
Is there a clear documentation to describe the solution?
It's very common and also necessary.

smhnaji
- 619
- 2
- 11
- 24
1
vote
2 answers
SugarCRM CE: upgrade from 6.5.9 to 6.5.11 Fails with "ZIP Error(0): Status(0): Arhive(upload://SugarCE-6.5.11.zip)"
I have a fresh running installation of SugarCRM Version 6.5.9 (Build 8653) hosted at Bluehost.com (shared hosting)
When I use the upgrade wizard, the system checks are all successful.
Then I get the dialog where I need to select the package to…

user164312
- 11
- 2
1
vote
1 answer
PHP: can't increase maximum upload limit
I'm using Apache + PHP 5.3.3-7 on Debian Squeeze, installed from the repositories. The PHP distribution in Debian Squeeze includes Suhosin patch. I have problems uploading files bigger than cca 4 MB, some invisible limit prevents the PHP from…

Jan Hadáček
- 83
- 1
- 7
1
vote
2 answers
Upload file to nginx server through php/html form
I think this is very popular question, however I can't find information I interested in, hope you help me.
I new to server administration things, so don't throw stones at me:)
I install nginx to my debian virtual server, and already install php,…

Dima Deplov
- 113
- 1
- 5
1
vote
2 answers
Wordpress Ubuntu 12.04 : Unable to create directory wp-content/uploads?
I have set up a wordpress website on amazon ec2 using ubuntu 1.04 LTS by following this tutorial end to end except that i used amazon RDS(thier cloud database service) instead of sql.Although i dont think using RDS instad of mysql could have caused…

Danny
- 159
- 1
- 8
1
vote
1 answer
Permission error when folder permission is 755
Possible Duplicate:
What are the best linux permissions to use for my website?
When I trying upload file with PHP to a folder that folder should have 777 permission, but this is a security risk, I want set 755 for folder permission but in this…

MajAfy
- 107
- 2
- 6
1
vote
2 answers
How long do uploaded files stay in the tmp folder in Linux Ubuntu?
I am building a web application where my users will be able to upload files. After the files are uploaded I need to send the files to two other servers, and after they will be deleted from the server where they were just uploaded to.
I am wandering…

jnbdz
- 927
- 5
- 24
- 46
1
vote
1 answer
Apache segfaults when uploading any file
I have setup default Ubuntu Server 12.04 on Amazon EC2 micro instance. I've setup the usual, PHP, Apache, MySQL, etc. Everything runs ok, until I try to upload some file via PHP. The file size does not matter. It happens even with 5kb jpeg file.…

kkazakov
- 131
- 1
- 5
1
vote
0 answers
Weird PHP upload behaviour
We are uploading 10 files to our PHP frontend (4MB total) and Chrome always return "Connection closed" like the server dropped the http request. Of course we tried all the browsers and both Windows and Mac, we even tried with different ISPs, so we…

paul.ago
- 201
- 2
- 7
1
vote
1 answer
Edit MaxRequestLen in FastCGI on IIS (Plesk)
I am receiving a 500 Internal Server Error when trying to upload large files on my server. All of my PHP settings are correct, i.e. post_max_size, execution_time etc...
I am pretty certain it is a restriction with FastCGI as that is what most…

Ben Carey
- 164
- 12
1
vote
2 answers
I have two domains on my Linux Server. How to do Cross domain uploading?
I have two domains DomainA.com , DomainB.com on my Linux Server , each with separate space.
I am using PHP and MySQL for both my websites.
I have a page on DomainA.com from where users upload files.
But I need to store the files uploaded from…

sqlchild
- 113
- 1
- 7
1
vote
2 answers
PHP Cannot upload file larger than 200MB
On my site, I'm allowing file uploads. I've successfully uploaded a 180 MB file.
But I've been trying to upload a file that is 393MB, and every time, it fails at 51% upload (approx 200MB uploaded). By "it fails" I mean that the file upload then…

Reed
- 151
- 1
- 9
1
vote
1 answer
File upload size limit
I have problem with uploading files via http on sites.
Problem is that I can not upload files larger than about 126 KB. Problem is I believe server related because I have few sites on VPS and on all I have same problem.
For example if I try to…

Advanced SEO
- 123
- 1
- 7
1
vote
1 answer
How to make uploading large (more than 1MB) files work with nginx, rails and uploadify
I have problem with my production nginx configuration (on my development machine with mongrel everything works). My environment is: nginx as proxy, rainbows as backend running rails 3.1 application with ruby 1.9.2.
When I'm trying to upload large…

Adrian Serafin
- 115
- 1
- 3