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
0
votes
1 answer

Wired connection fails to upload files to Amazon EC2 instance

Here's the situation. I have an EC2 Ubuntu instance (henceforth called the server) running a few websites. I have a home network of two computers: The desktop PC is connected to the router (via a wired connection). The laptop is connected…
Mougli
  • 1
  • 1
0
votes
0 answers

What could make upload speeds vastly differ in CouchDB vs Apache?

Imagine a server running CouchDB (on port 5984) and Apache (on port 80). Sending a 10MB POST to each servers yields wildly different results; it takes an average of 1-minute 30-seconds for POST'ing to CouchDB via Futon ('Upload attachment'), and…
Michael Deal
  • 101
  • 1
0
votes
1 answer

Windows 2008 R2 ftpes, can't upload files

I've setup an ftpes server (ftp with explicit TLS) on a Windows 2008 R2 Server. I am able to connect but when an upload is finished the file is deleted on the Server and I get this error (with filezilla): Antwort: 550 Fehler: Dateiübertragung…
lothar42
  • 101
  • 1
0
votes
1 answer

Apache 2.2 + SSL large file upload fail

I'm using apache 2.2 + ssl + wordpress. I can easily upload files up to 1GB without using SSL, but when I enable SSL I can only upload files up to ~250 MB. Error logs shows nothing. Am I missing somekind of SSL config?
Robertas
  • 9
  • 1
  • 5
0
votes
0 answers

nginx php 5 and upload_max_files

Hi i am running up the walls i have nginx and a php-fpm Installation when i run Wordpress i get a 3MB Upload Limit in phpinfo() i find upload_max_filesize 3M At the Top i found Configuration File (php.ini) Path /etc/php5/fpm Loaded…
Markus K.
  • 1
  • 1
0
votes
2 answers

max file size exceeded nginx php

I have NGINX server with FASTCGI php-fpm 127.0.0.1:9000 which php.ini is under /etc/php5/fpm/php.ini I increased upload_max_filesize and post_max_size in php.ini The Fastcgi params is like this fastcgi_param PHP_VALUE "upload_max_filesize = 200M…
ms000
  • 31
  • 1
  • 4
0
votes
0 answers

Minimum Elastic Beanstalk policy for upload & deploy

I just created a new Elastic Beanstalk application called Chats. I then created a IAM group called Chats. Now, I want to give the Chats group a custom policy that is the most restrictive and only allows users in the Chats group to upload & deploy…
0
votes
2 answers

What's the file upload to a single folder limit on a Debian server...?

How can I maximize the limit, so I can upload around 1.000.000 images of book covers into a server running a website? Our server has 100 GB disk space and the images are under 10 GB, so why does my server stop extracting files halfway due to lack of…
0
votes
1 answer

Find PHP files'creator

I'm on a Linux-like sysop running several websites. How can I find out the creator of a file? E.g.: uploaded via FTP, created by shell, uploaded with an HTML form, ecc? Thanks everybody!
0
votes
0 answers

Folder keeps getting deleted and I can't find out why

I have a Joomla based website running on CentOS, Apache, PHP, MySQL. I am using plupload file uploader to upload the files. I'm uploading the files to /tmp/uploads directory where they are processed and then moved. For some reason and for the life…
Wasim
  • 145
  • 2
  • 9
0
votes
1 answer

changing max upload limit doesn't affect

A drupal website i run gets an error that says the php limit is 2Mb. i changed it to 10 from /etc/php5/apache2/php.ini. This doesn't make any change (im using a phpinfo to look if any change to upload limit has happened). Can anyone suggest what…
0
votes
1 answer

Managing uploaded files on a server

I have a server hosting an intranet web site where one of the features will be the ability to upload files. The files will be saved in a restricted access folder and managed through the web back-end. To avoid name collisions, I plan on assigning…
Big_Al_Tx
  • 101
  • 2
0
votes
1 answer

slow post attack mitigation breaks slow file uploads

To mitigate against slow post attacks, I set the following in my apache. RequestReadTimeout header=5-20,MinRate=500 body=10-60,MinRate=500 The problem with this is when users are uploading files on a slow connection, their connection gets…
user788171
  • 279
  • 1
  • 5
  • 13
0
votes
1 answer

Unable to increase IIS 7.5 upload limit (still 404 error)

I need to be able to upload large files to an ASP.NET application. I knew that IIS 7.5, by default, enforces a 30MB request limit. And I know that IIS throws a 404 error when you try to upload a file larger than the upload limit. I have tried both…
usr-local-ΕΨΗΕΛΩΝ
  • 2,359
  • 7
  • 34
  • 52
0
votes
0 answers

Background intelligent transfer with IIS server

I need help with setting my IIS server for BITS upload. i want to upload and download files from the virtual directory i have assigned to one of my websites. but i m not able to upload and download files using BITS. i m not getting basic setting.…