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)

-1
votes
0answers
20 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 ...
0
votes
0answers
27 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
3answers
34 views

PHP file upload limit

Im running CentOS. Im not exactly sure the standard max upload limit in PHP, but i tried to upload an 8MB file and i see a loading status on my browser, when it reached 100, it does nothing. the ...
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
1answer
22 views

Duplicate php files on cpanel shared hosting account?

2 php files with the same name in the same folder on my cpanel shared hosting account. How is this possible? What I remember is that when I uploaded a newer version of the file it did not ask me if ...
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
18 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
2answers
113 views

How to enable SFTP uploads to Windows Server 2008R2

We need to transfer thousands of small htm files up to a web server running IIS7.5 on Windows Server 2008R2. The files are grouped in folders, each folder containing from 200 to 500 files. Remote ...
1
vote
1answer
19 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.
0
votes
0answers
30 views

Converting uploaded MS Word docs (EC2 Linux server) [closed]

In my Linux server running on EC2 I need to be able to convert MS Word documents, uploaded by clients, to plain text. I've heard of Antiword, which seems like it could do the job easily, but what I'm ...
0
votes
1answer
76 views

load balancing between 2 FTP servers

I am trying to load balance ftp between 2 servers. currently 2 servers are pointed to ftp.domain.com, the second server is technically used for fault tolerance but I want to balance traffic between ...
0
votes
0answers
156 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 ...
1
vote
1answer
73 views

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, ...
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
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
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
2answers
86 views

FTP giving less uploading speed compare to SCP

If I upload file using SCP then I get uploading speed up to 1.5 MB/s scp filename root@SERVER_IP:/path/to/store/ and If I use FTP to upload same file on same server then I get uploading speed up ...
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
79 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
8answers
457 views

How to speed up file transfer from server to server over the Internet? [duplicate]

How can I transfer a file from one server to another server with a great speed ? right now I am using FTP to transfer a file but it is taking so much time. To transfer a file of 2 GB its taking around ...
1
vote
2answers
111 views

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 ...
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, ...
2
votes
2answers
235 views

Prevent large file upload with nginx

I'm serving my website using Nginx as web server. I offer upload functionality to my users (they are allowed to submit pictures up to 5Mb) so I have the directive: client_max_body_size 5M; in my ...
0
votes
1answer
55 views

How does sftp replace files?

For example I have some http static server. I'm working with .js files via sftp. Keeping them sync. I'm wondering if .js file is replaced instantly or if the stfp server will write into that file as a ...
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 ...
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. ...
0
votes
1answer
110 views

How to Check Download/Upload Speed to Web Server?

I have a web server in the US (MS Windows 2008). Chinese users are complaining of slow speeds and SQL command timeouts. Other Asian and European users are not.How do I check the speed ...
1
vote
1answer
207 views

SFTP files not showing upload date as last modification time

Some of the files we receive on our Redhat server are showing date different from upload date as the last modification time. For us the modification time is important as we classify files depending on ...
0
votes
1answer
81 views

Apache - How to log the file name and size of file uploads

I want to keep some statics about the files uploaded to my server, including the file name, size and response time. I use PHP to handle the uploads in the server side (client-side is a POST form) ...
1
vote
1answer
77 views

What happens to partially uploaded files?

Sometimes users would upload a very large file such as 10MB or so and it fails in the middle because one reason or another. My question is, what happens then? For example, if it fails at the 5MB ...
0
votes
1answer
583 views

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 ...
0
votes
0answers
109 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 ...
-1
votes
2answers
143 views

Large File Uploads? SWFUpload? [closed]

So, we offer video services and have run into an issue with people uploaded large file sources. I realized that our developer was utilizing php HTTP uploads to handle this and that was causing the ...
0
votes
1answer
124 views

Fastest upload cloud storage [closed]

I have 7TB of data I need to move to the cloud ASAP. I have another question about how to move that much data fast, but then the problem might be figuring out which cloud will receive the information ...
1
vote
1answer
81 views

Permission error when folder permission is 755 [duplicate]

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

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

Are my web server permissions for uploading correct? [duplicate]

Possible Duplicate: What are the best linux permissions to use for my website? I'm on debian and I have my website in the directory /srv/www/mysite.com/public_html I set chown for ...
1
vote
1answer
436 views

Best practice to link with WebDAV, as FollowSymLinks doesn’t allow to show symlinks

Symbolic links are a widespread practice on linux to make a ressource (e.g. directory) available in another location without having to maintain several copies of it. This is implemented in many ...
0
votes
1answer
175 views

nginx large file upload gives HTTP Error 413 Request entity too large in rails

I trying to build a rails application to upload large video file which will be hosted at s3.amazonaws.com server it works fine with smaller file but gives 413 Request entity too large error for large ...
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 ...
2
votes
2answers
79 views

Secure upload of big files to Ubuntu server

I need to allow my users an easy way to create a directory and upload a few files to this directory on my Ubuntu server. I also need this to comply with the following requirements: Must use the ...
0
votes
1answer
217 views

Nginx Upload Module with Upload Progress Module

I´m trying to setup a File Upload Server with nginx. My nginx config: worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type ...
-1
votes
1answer
149 views

Should I use ClamAV?

I installed ClamAV and PHP-ClamAV on my Ubuntu server. Everything works... But it is extremely slow. Even when I just call basic functions without scanning a file. So it got me wandering if I really ...
1
vote
1answer
145 views

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 ...
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 ...
2
votes
2answers
187 views

Combine VPN bandwith over two or more WAN connections? Load balancing?

Imagine you only have DSL with 5mbps Down and 2mbps Up. Is it possible to have 10 of these for example and combine them in a way that would increase the upstrean bandwidth to one server? In my ...
2
votes
1answer
96 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 ...
-1
votes
1answer
192 views

Limiting upload speed depending upon the file size [closed]

How can I limit 4M of data sent at 500KBps then the rest of the file at 90KBps. I'm using Nginx Web server.
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 ...

1 2 3 4 5