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.
Questions tagged [upload]
340 questions
2
votes
3 answers
how i can write test virus?
i have a website and in website some people can upload files .... and when user upload file it must scan from virus by antivirus ... so i need test virus have the following extention (.doc ,jpg, png, jpeg, gif, doc, docx, pdf, xls, xlsx ) to sure…

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
2
votes
2 answers
ASP uploading/transferring images
I have an ASP web service, that allows to various users to put some data in a database and to upload some images.
Since the users have different web sites, the web service uploads the image in a first directory in its own space, then calls an ASP…

IssamTP
- 175
- 3
- 12
2
votes
2 answers
How to upload an mbox file to an IMAP server
I decided to play with Mutt, and after quitting discovered that it had moved all the mails from my IMAP server to a local mbox file. I would like to put those mails back in the IMAP server. Is there an easy way to do this?
There are a couple of…
.yahoo.co.jpaqwsykcj3aulh3h1k0cy6nzs3isj
2
votes
2 answers
In SharePoint, why can I "multiple document upload" a 47,297 byte file, but not a 47,298 byte file?
It's strange. I can upload a document named 47k.txt that is 47,297 bytes using the "Multiple Document Upload" feature. If I do any of the following to the file, the upload fails:
Add a single character to the end of the text file
Add a character…

Jim
- 1,555
- 7
- 25
- 30
2
votes
2 answers
Wireguard slow but only for windows upload
We have the problem that the connection from multiple client networks via Wireguard Tunnel to a Samba share on a server is slow, but weirdly it only affects Windows 10 and only uploads.
A Linux Host can upload with up to 120MB/s while Windows can…

Melkor333
- 33
- 8
2
votes
2 answers
EC2 upload speed drastically drops for a single scp process
I run batch compute jobs on EC2 instances (specifically i3.8xlarge) and upload large (10's GB) binary files to each instance. We have "gigabit" (Century Link) at the office and I typically upload (via scp) these files to EC2 at 30-40 MBps. The…

Morgan Brown
- 173
- 2
- 10
2
votes
2 answers
GCP Kubernetes engine - crash of nginx-ingress-controller after large file upload
I'm trying luck here to solve my problem happening on Google Cloud Kubernetes Engine.
Problem in short:
When I upload file via my PHP application of 15-20MB, nginx ingress controller crashes, disk IO goes rapidly UP, then CPU goes up and takes about…

Jan Dominik
- 31
- 3
1
vote
1 answer
Nextcloud 14 does not upload files bigger than 1MB
I am running Nextcloud 14 on Debian Stretch with nginx, php-fpm7.2, mariadb and redis inside a LXC container (Proxmox VE, lvm thin storage). On another LXC container, alpine linux 3.8 runs an nginx reverse proxy.
For some reason i can not upload…

user393856
- 185
- 3
- 15
1
vote
1 answer
AWS Upload Bucket policy : restrict file type
I4m uploading with PHP objects to S3. I'd like to only accept PDF files and refuse files with other extensions.
So I wrote this bucket policy :
{
"Version": "2012-10-17",
"Id": "Policy1464968545158",
"Statement": [
{
"Sid":…

Chuck
- 13
- 1
- 4
1
vote
0 answers
upload files using Invoke-WebRequest on windows
I am trying to build a software using jenkins and after the build I need to upload the files to a webserver with an API using command line. I have tried Invoke-WebRequest but have no luck with it.
Invoke-WebRequest -Header…

zozo6015
- 131
- 1
- 5
1
vote
2 answers
How do I set my nginx perms to allow for multipart form submissions?
I'm using Nginx with Puma (for a Rails application) on CentOS 7. I'm confused about how to set up permissions for a file upload. Currently when I try and upload a file (submit a multi-part form), I get the following error in nginx error…

Dave
- 185
- 1
- 7
- 20
1
vote
1 answer
Limiting per-request download AND upload speed on Apache or Nginx
I'm currently running a couple of Web servers (one is Apache 2.4 based, another is running nginx 1.8).
I need to set a rate limit, on each individual GET/POST request, that can throttle both download and upload speed.
I've googled around but every…

Alberto Pastore
- 113
- 1
- 8
1
vote
1 answer
curl: (25) Failed FTP upload: 553 to vsftpd docker
I'm running you container and try to send files using curl but it fails.
Running the container
export FTP_USER="test"
export FTP_PASSWORD="test"
docker run \
--name mock_ftp_server \
--publish 21:21 \
--publish 4559-4564:4559-4564 \
…

Édouard Lopez
- 425
- 1
- 3
- 13
1
vote
0 answers
Nginx Upload Module - upload_store fallback
I have 2 drives om my server, hdd and ssd.
My goal is to upload all files to the ssd if possible, but if it's not writeable (for example, the drive is full) then it'll upload the file to the hdd.
I currently use nginx's upload moudle with the…

HTMHell
- 173
- 4
- 10
1
vote
1 answer
PHP Apache windows upload limit with Drupal
I am running php 5 with apache on windows 2003. I have changed the the upload_max_filesize to 50mb. I have saved the file and restarted apache. When I try a file upload in Drupalit says the maximum file size is set at 8mb allowed by php (this is…
Ryan