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
0 answers

make nginx pass PUT requests to PHP script

I want to upload files with PUT request, to PHP running under NginX (windows if that matters). PHP manual have this instructions for Apache: A line like this would do the trick: Script PUT /put.php I need to do the same for NginX. I see the…
Sandman4
  • 4,077
  • 2
  • 21
  • 27
0
votes
0 answers

Malicious Resources on Linux Server?

When creating a website, I often include custom fonts (which I upload via FTP and reference via CSS). I get these font files from various locations on the web. I was wondering: is it possible for a website to offer malicious font files for download…
Peter
  • 111
  • 6
0
votes
2 answers

PHP Upload File leads to blank page

I have the following code:

Jason
  • 3,931
  • 19
  • 66
  • 107
0
votes
2 answers

Unable to POST/Upload files to a PHP page

I have a weird problem when I try to post contents or upload files by php to my server. After submitting the form it sleeps for a while then shows a page loading error. I tried different contents and files with different sizes and found that it only…
Ahmad
  • 207
  • 1
  • 3
  • 11
0
votes
0 answers

PHP POST and file upload size limit for 500 bytes

I have a weird problem, I try to post contents or upload files by php to my server (I have access to the server settings). After submitting the form it sleeps for a while then shows a page loading error. I tried different contents and files with…
Ahmad
  • 207
  • 1
  • 3
  • 11
0
votes
1 answer

PHP upload system on Windows server checklist

i have an upload system in php, i want it to upload large files, some may get up to 200mb. This means that it will not only take a lot f bandwidth, server memory space but also a lot of time to upload these files. Now i have a system working, but it…
ragebunny
  • 113
  • 5
0
votes
1 answer

php.ini settings change not taking effect for large file uploads

My server was just reprovisioned, and my application which uploads large (100M+) files now breaks upon re-installation. the symptom is quite consistent : smaller files (8mb in my tests) upload just fine. Larger files cut off at quite close to the…
user51347
  • 33
  • 1
  • 6
0
votes
2 answers

What upload technology would be appropriate for this use case?

My department does data migrations when a client switches from another software vendor to us, often we need to get a copy of their old data (whatever that may have been) and send it to us. The big challenge we face is some systems will have hundreds…
Scott Chamberlain
  • 1,455
  • 2
  • 21
  • 37
0
votes
1 answer

Sharepoint - Multiple document upload - HTTP 'post' verb not allowed

When attempting to upload any number of documents, including very small files, seems to succeed- but subsequently redirects to an error page indicating the…
Chris Ballance
  • 304
  • 1
  • 7
  • 20
0
votes
1 answer

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 the file, but the problem is that they don't…
Valter Silva
  • 155
  • 1
  • 4
  • 14
0
votes
3 answers

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 file was not successfully uploaded. my…
user1933824
  • 165
  • 2
  • 3
  • 10
0
votes
2 answers

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 Desktop Connection's drag-drop isn't working very…
Tim
  • 203
  • 1
  • 4
  • 11
0
votes
1 answer

Is there any possible way for a VPN connection to result in corrupt file uploads?

Update w/actual answer: I selected the single answer below, because it encouraged looking deeper into actual machine, actual user, etc. The problem appears only in Microsoft Word files, and only for specific users. After watching the user behavior,…
rcampbell
  • 1,035
  • 4
  • 14
  • 24
0
votes
1 answer

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. The error is: [Thu Mar 07 06:16:05 2013] [warn]…
Simon Davies
  • 205
  • 1
  • 2
  • 9
0
votes
2 answers

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 to 220 kB/s ncftpput -R -v -u FTP_USER -p FTP_PWD…
Himanshu Matta
  • 77
  • 1
  • 2
  • 8