I'm trying to get my website to upload video's and pictures. As I have made more websites that upload pictures there is no problem on that front, but when i try to upload a video for some reason it can't be found in the $_FILES array that contains an uploaded image.
I have already googled and found stuff about the php.ini file and IIS 7 containing max sizes for uploads.
in my company we have an old Dell running Windows 2000 server and ISA Server and it's our Internet gateway / firewall.
We have developed, and deployed, a web ERP for various small companies (less 30 users each one).
I have a server to which several other servers upload large files on a regular basis through rsync and scp. Several of them can upload fast enough to max out my server's internet connection, slowing things down for everything else.
How can I force them to go slower from my end?
I have a lot of image files, it's all I want to upload to RackSpace cloud files about a million in a single directory the fastest and most efficient way.
but I'm use uploading python-cloudfiles script is very slow and I want to know different ways or python script code.
because one by one connection upload is very slow. I think one files tar and uncompress directory is better way.
Below is my code:
private HttpURLConnection connection;
private InputStream is;
public void upload() {
try {
URL url = new URL(URLPath);
connection = (HttpURLConnection)url.openConnection();
connection.setConnectTimeout(30000);
connection.setReadTimeout(30000);
connection.setDoInput(true);
connection.setUseCaches(false);
connection.conne
Hopefully this is simple.
If I access a webpage served using apache2 and php5 via a mobile device with a slower connection like an android phone, the display and formatting of the php page does not show up, but the information, the text, does.
So I've been working on an image hosting/sharing website for a while now. It's a self project
and I have been thinking maybe It's time for me to buy a server and host it in my home. I now
have a 4Mbps internet connection but was wondering what a home server would need? I know the
bigger the better but what's a speed that would be just fine.
My computer was the only one that has very slow internet connection this morning.
Others computer and even my mobile can use internet at the high speed.
I have tried to restart computer, change wifi modem and it didn't work.
until i have tried to reset the router and it suddenly work.
What can possibly be the problem.