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.

learn more… | top users | synonyms (4)

2
votes
1answer
97 views

nginx: upload progress and rewrite clauses

I'm using nginx with upload progress extension and some rewrite-clauses. Everything works fine, as long as my upload form uploads to a php file (<form action="myphpfile.php" ... >). But when I ...
2
votes
1answer
103 views

Measure Upload Speed between a client and our server

We host a SAAS application specially customized for multiple clients. For one customer in particular -- they are reporting sporadic performance issues from various locations on their network, in ...
2
votes
1answer
308 views

Reverse Proxy that does not buffer uploads

From what I've seen of various reverse proxies (nginx, apache, varnish), they seem to buffer file uploads to disk before handing them off to the service they're proxying for. I need a reverse proxy ...
1
vote
1answer
22 views

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.
1
vote
1answer
123 views

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 ...
1
vote
1answer
205 views

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 ...
1
vote
1answer
245 views

Speed Up IIS7 FTP+SSL Transfers

I am currently using a Server 2008 R2 box with IIS 7.5. I have IIS FTP+SSL setup and working properly with AD accounts. My issue lies in upload speeds. On a previous unix host FTP transfers were quick ...
1
vote
1answer
168 views

Limit file upload per type with NGinx

On my project, I will allow users to send zip files and images files (on two different form post). The project is developed with Play! Framework (not PHP). I'd like to limit the size of upload for ...
1
vote
1answer
300 views

FTP User can upload files in host

i have created a plesk domain with hosting menagment. On domain i add acsess client to be able to login on him web page. But i got some problem.When user try to upload something in some directory, in ...
1
vote
1answer
71 views

Best file transfer solution/product

we are looking at a commercial product for transferring files over web . the application should be able to : Should have APIs to Upload/Download files Should have APIs to notify feedback in terms of ...
1
vote
1answer
2k views

How to use max_post_size and upload_max_filesize in an Apache <Location> directive?

My users want to upload large files (50-100MB) in the CMS backend of a PHP web application. I could adjust the upload_max_filesize and post_max_size settings for PHP globally in this virtual host, but ...
0
votes
1answer
44 views

Server error says request exceeds MaxRequestLen

I have this issue and I know I need to increase the: FcgidMaxRequestLen 15728640 I have tried to do this on the htaccess page, but when uploading, the whole site gives me the 500 Internal error. ...
0
votes
1answer
229 views

How can upload my files in afast way to Rackspace Cloud files?

I have a lot of image files, and I want to upload all of them (about a million in a single directory) to RackSpace Cloud files in the fastest and most efficient way. I'm using the python-cloudfiles ...
0
votes
1answer
209 views

nginx php-fpm uploaded files have nginx ownership after executing move uploaded file

I have a problem with php 5.3.6 using PHP-FPM and file uploads. My Nginx runs as user nginx PHP-FPM uses pools configured for each vhost. For example a user: test group : test runs one pool. When ...
0
votes
1answer
473 views

What cause high CPU usage on the server during file upload

When I try to upload a huge file size (approx 2GB), the server cpu usage goes really high. What should I do to fix this? I just use standard html form and php, for file upload. I'm sorry if I post ...
0
votes
1answer
151 views

Amazon S3 - can't upload files into the same folder using s3sync.exe

I'm trying to upload a file using S3sync.exe into a certain folder in my S3 bucket. This is the command line : S3Sync.exe -AWSAccessKeyId accKey -AWSSecretAccessKey secKey -RequestEndpoint ...
0
votes
1answer
171 views

Utilising a Magento server cluster to drive hot reindexing

We've asked a similar question in the past, basically we have a very large Magento store with 500000 products which are currently reindexed once a day, during the night. We'd like to speed this ...
0
votes
1answer
75 views

File uploads taking more time

We recently moved to a new server. We have observed that the file upload done from the ftp command is taking around 5sec for 5MB file. But same file uploaded through CURL command is taking about 140 ...
0
votes
1answer
120 views

upload file to server via rdc in command line

I have access to server only via RDC, and I was wondering if is it possible to upload file to it via command line? I've got application that only can be run on the server, and modyfing some files and ...
0
votes
1answer
575 views

uploading via http post (multipart/form-data) silently fails with big files

When uploading multipart/form-data forms via a http post request to my apache web server, very big files (i.e. 30MB) are silently discarded. On the server side all looks as if the attached file was ...
0
votes
1answer
141 views

Uploads reported as too large on Knowledge Tree running on IIS 7 with PHP5

I am trying to upload a file from Knowledge Tree interface but for some odd reason it's displaying the following error message: The uploaded file is larger than the PHP upload_max_filesize setting ...
0
votes
1answer
91 views

Managing multiple FTP accounts

I have a Linux (opensuse 11) webserver with plesk (9.5) and I have the challange for managing multiple ftp accounts for data exchange with customers. What I would like to have is setup easy an ...
0
votes
1answer
61 views

File upload notification email

We are using a Linux based Squid firewall in our organization. I want to have an arrangement that whenever any user uploads any file to any internet site ( eg. 4shared.com , etc ) , an email should be ...
2
votes
0answers
282 views

File uploads restart at 30 minutes in IIS 7

The Problem The issue is that uploading a file that takes more than 30 minutes will fail in an unusual way. I've been using Google Chrome for my testing and almost exactly at the 30 minute mark (the ...
2
votes
0answers
188 views

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 ...
1
vote
0answers
89 views

How to slow down ftp upload on windows 7

I have an application that uses ftp on windows 7 or 8 and it fails trying to upload a file (time out, server sends back RST packets so it's definitely the server that's unhappy) to a specific server. ...
1
vote
0answers
249 views

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 ...
0
votes
0answers
17 views

How continue sync with S3CMD after broken connection?

I'm using s3cmd to backup some logs into Amazon S3 buckets. Which is a great tool. But I notice that, very often, my sync's are broken, they just cancel and try to upload again, until they can upload ...
0
votes
0answers
7 views

Windows Plesk File Upload 500 Internal Server Error

I've been stuck on this for about a week and I just seem to be going around in circles. The problem is receiving a 500 Internal Server error when uploading files. I've posted around a few forums but ...
0
votes
0answers
28 views

FreeBSD drops connection on file upload

Very strange error, first I thought it related to PHP settings or nginx (both have all proper settings up to 1G limits and all timeouts are properly set), but then I checked with Ruby (Sinatra), and ...
0
votes
0answers
26 views

Proxying large POST requests and sending an early HTTP response to client in Nginx?

I'm looking to find a way to offload the burden of uploading a big file from a user's browser to a proxy server in the same office, which can then handle the slow part of the upload (over the ...
0
votes
0answers
18 views

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. ...
0
votes
0answers
19 views

Using NFS Share for Apache Uploads

I have some load balanced web servers but need a common place to store uploads files. I've got a file server with NFS and have successfully mounted NFS volumes on each of my web servers. The issue ...
0
votes
0answers
158 views

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 ...
0
votes
0answers
15 views

upload_progress: tracking already registered even if its not-registered and unique

My problem is that when I upload files on nginx using the upload_progress module I'm getting this error in nginx_error.log: error is "upload_progress: tracking already registered" I verified that ...
0
votes
0answers
64 views

APC Module for PHP not working to check upload progress

i am using APC to check the upload progress in a php-script. At localhost it was working, but now at my server apc_fetch() returns false; I think the problem are the APC settings. These are the ...
0
votes
0answers
16 views

uploadprogress module not functioning

On squeeze server I installed php-dev, and manually install uploadprogress-1.0.0 package from ubuntu now I see it in phpinfo, but upload example not working, $info = ...
0
votes
0answers
19 views

Rgd: Server Upload Issues - 2 Almost Identitcal Server

0 down vote favorite Rgd: Server Upload Issues - 2 Almost Identitcal Server Hi guys, I got a question. I got 2 Identical Servers, identical as in they both use suPHP, and run the same apache ...
0
votes
0answers
80 views

How to solve 2038 error swfupload?

I use swfupload on my debian server. I have already incrased limits in my php options to: But it writes me 2038 error after 500-600MB uploading. I can upload files with 200mb, or 300MB, but can't ...
0
votes
0answers
57 views

Upload 170MB XML file to Wordpress

I'm trying to upload a 170MB XML file to a Wordpress site hosted in a VPS with 4GB RAM but I have an error Premature end of script headers: admin.php... In php.ini I have: memory_limit: -1, ...
0
votes
0answers
45 views

How to define the upload_tmp_dir for all the accounts?

I'm not really a sysadmin, so bear that in mind. We recently set our server and we have multiple cliente accounts. The problem is the upload_tmp_dir configuration is empty. In an upload script that ...
0
votes
0answers
111 views

Handling file upload with nginx+php-fpm with accelerated file upload support

I have been trying to get accelerated file upload to work with nginx for a while now and I can't figure out what I'm doing wrong. (Basically in order to support huge uploads without increasing the ...
0
votes
0answers
37 views

Server not accepting uploads

I'm having a strange problem with my VPS: I can download files from it, I can use PuTTy to connect to it and all behaves normally. But sometimes, when I try to upload a file to the server or save a ...
0
votes
0answers
64 views

Imagemagick/File upload abuse causing my memory errors

I had been running out of memory on my server lately and I noticed some individuals uploading the same "file" over and over in quick succession which locks up my instance of mini_magick. Eventually ...
0
votes
0answers
47 views

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 ...
0
votes
0answers
42 views

ftpshell keep uploading file till the connection is closed

good day, currently, im running ftp shell client on my local host computer. i have scheduled a transfer process which will upload a batch of file from the local host to the company external server. ...
0
votes
0answers
73 views

Make my upload folder more secure

I'm sorry if there is already 100 answers out there about this, but they just got me confused. I've a working php-script that allows me to upload images to the webserver when I'm logged in to a CMS. ...
0
votes
0answers
901 views

VPN Issues when uploading files - MTU issue?

I have a PPTP server setup at home, which I connect to from my work's network. I can connect to it without any issue, but when I try to upload files, I lose connectivity to it about 1mb into the ...
0
votes
0answers
102 views

HTTP Upload Problems

We are running a marketplace on ColdFusion8 and IIS with a widely geographically distributed user base and have been receiving complaints of issues with some HTTP uploads. Most of the complaints are ...
-1
votes
0answers
21 views

linux file permissions fstab secure upload of user data

What are the proper permissions/fstab ( possibly permissions is not the answer ) to set on a system you want these attributes on... the outside world can write and read to the file no one can ...

1 2