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
-2
votes
2 answers

Which protocol to use for a barebones LAN file upload with mixed Unix and Windows clients

I have a set of about 20 embedded Unix clients who physically move from time to time. When they move into the range of a specific wireless AP, they will push a certain set of files to a Windows file server in the LAN. Every client will send a 250Mib…
Zimano
  • 105
  • 3
-2
votes
2 answers

What is best directory for storing uploaded images from my website in linux

i am building a webpage where a the user can upload images. i am going to use the file-system to store my images. i was wondering what is the best directory to hold such data? is it "var" directory? "srv" directory? or other?
Ori Price
  • 97
  • 4
-2
votes
2 answers

MySQL querries slow down during upload, slow internet connection

I have a bit of an issue with my SQL queries. Basically whenever someone within my network uploads something (to gmail, dropbox anything) my SQL-queries become approximately 20 times slower. Sadly, where I am, we can only get a 6mbit internet…
Jonidas
  • 7
  • 4
-2
votes
1 answer

How do I ensure a REST API does not have a bottleneck when it receives requests?

I'm creating a REST API that will listen on a public URL and accept uploads of large amounts of data. I understand how to scale software processes using message queues, but what I don't understand is how to avoid a bottleneck between users and…
djechlin
  • 95
  • 7
-2
votes
1 answer

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 needed ClamAV and if they were other alternatives…
jnbdz
  • 927
  • 5
  • 24
  • 46
-3
votes
1 answer

How do I upload to S3 server from EC2 with low cost?

i have 5072,792,622 files every month to upload on s3 server and it's costing me lot of money as we are using PUT request to upload them to s3 server, is there another method which I can use to upload files to s3. These files cannot be upload as…
Harinder
  • 97
  • 2
-3
votes
2 answers

Upload File /Apache :: Failed to open stream: Permission denied on CentOS

uploading file to server is always giving me this error though I tried all solution on the web for this problem but I'm still getting this error no matter what : Warning: move_uploaded_file(/home/safaa/uploads/d.txt): failed to open stream:…
user181452
  • 123
  • 1
  • 1
  • 4
-3
votes
1 answer

Upload website in a rented cloud server

I have access to a cloud server by IONOS. My domain has been connected to this server. Now the next step is to create a website and upload it. I have no experience in doing that. I use FileZilla to connect on the server and transfer the files. But I…
ParisIo
  • 13
  • 2
-4
votes
1 answer

Unable to upload file on FTp

My server is CentOS-6.2-64bit. I have made following changes in php.ini file: memory_limit = 7G post_max_size = 6G upload_max_filesize = 5G But unable to upload 5GB file on server. Guide me to what changes are required to make this happen?
-4
votes
1 answer

Increasing server upload speed tricks

Server : IBM X3630 CPU : 2x Intel Quad Core E5620 (8265 point) RAM : 16GB DDR3 Hard Disk : 4x300GB SAS 15k Bandwidth : 10 TB Uplink Port Speed : 1 x 1000Mbps Full-Duplex With above features my server's download speed is good. But when i try to…
Bora
  • 93
  • 1
  • 3
1 2 3
22
23