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

How to customized Squid access log to show upload files just as its recording download files

Just wondering , is there a way to check upload content or any data related to uploads using squid logs ? Any plugin or enhancement? any other viable option. grateful for any advice . Thanks..
Aravinda
  • 1,101
  • 5
  • 12
  • 30
0
votes
3 answers

php upload_max_filesize ignored - unable to upload 5gb file

I'm unable to upload files larger than roughly 2gb. The max upload/post values were previously set to 2500MB so I thought that was the problem. First, # php --version PHP 5.3.3 (cli) I set upload_max_filesize and post_max_size as follows # vi…
a coder
  • 789
  • 4
  • 20
  • 38
0
votes
1 answer

Low upload speed (CentOS 6)

I've been having an issue with my servers upload speed slowing down for the last week. When it first occurred restarting the network service would resolve the slow speeds. The speed would then be okay for anywhere from 24 to about 72 hours and then…
0
votes
1 answer

IIS6 + PHP upload

I have a problem with gettnig attache/upload to work on our support system. We're running a IIS6+PHP5+MySQL setup for Kayako's SupportSuite, and everything is running just fine, except the upload/attachment function. When trying to attach a file to…
Marcus L
  • 128
  • 4
0
votes
3 answers

can not upload files to wordpress on apache server

I have installed wordpress on localhost with apache server on fedora . when I want to upload files to it I get this error: Unable to create directory wp-content/uploads/2014/07. Is its parent directory writable by the server? My wordpress…
s_puria
  • 1
  • 2
0
votes
1 answer

Low Upload Bandwidth Issues

On my company's LAN, we are experiencing low upload bandwidth. Download bandwidth is fine. We have a 10 Mbps up and down through our ISP, but the upload has been around 1 Mbps (download around 9.7). This is consistent throughout the entire day. I…
0
votes
0 answers

How to approach SSL encryption with file uploads

I added SSL to a site I'm putting together, and it caused a huge error that I have no idea how to approach. The user logs into the site, which allows them to upload files to the server into a directory based on their username. Adding SSL didn't…
0
votes
1 answer

How to limit size of uploaded file with LimitRequestBody and proxypass?

I want to generate a "Request Entity Too Large" error when users upload very big files on my server. With mod-php, this is simply: LimitRequestBody 3000000 With php-fpm, I tried"
Question Overflow
  • 2,103
  • 7
  • 30
  • 45
0
votes
1 answer

apache how to know if a download/upload is being processed

We've a web server used for heavy uploads/downloads (may take minutes). For doing maintenance disruption, we'd like to know if downloads/uploads are being processed at the current time. The things we know are : tail -f…
samb
  • 273
  • 2
  • 5
0
votes
1 answer

Ftp freeze when I upload big files

I have setup a backup server with centos 6, and everything is working fine. I am using pure-ftpd for ftp server, and I can upload and download files to server and from. Problem occurs when I try to send one big file from other server to this backup…
emir
  • 161
  • 3
  • 9
0
votes
0 answers

Ubuntu server router - only 50% of upload bandwidth

I've changed my internet connection to 400 mbps download and 400 mbps upload. Real speeds when computer connected directly to optical modem: 421/412 mbps for download/upload. My network structure is: Intranet <-> Router <-> Optical Modem And i…
0
votes
3 answers

efficient, simple ‘lazy’ differential FTP upload tool? (i.e. for web dev workflows)

I am looking (over some time now and with some despair) for a tool, I guess most web developers need: A fast, ‘lazy’ aka ‘differential’ FTP upload tool. To quickly upload (without much server-side checking) those very few changed files from my…
Frank N
  • 600
  • 8
  • 18
0
votes
3 answers

NcFTP error : UTIME failed

I'm using NcFTP to upload bunch of directories from a server to another (both linux) It succeed at creating, downloading, removing files/folders but failed when I need to overwrite them. Could not preserve times for /path/logo/xxx.png: UTIME…
Volk
  • 1
  • 1
  • 2
0
votes
0 answers

monit service permission starting a linux service

I'm running monit to monitor a linux service i wrote which basically makes sure that a mounted partition exist. the service start action is: mount -a the service stop action is: umount /...../.... When i'm running the service manually everything…
Danny Valariola
  • 263
  • 1
  • 3
  • 12
0
votes
0 answers

Lighttpd, Error with upload, [413 - Request Entity Too Large]

I posted thread on Ubuntu forums couple of months ago but I never got any responds from them... So today I replied there and posting a new thread here, since I have a feeling I wont get a reply there again... Here is the thread on board…
Cokaric
  • 21
  • 1
  • 5