I need to upload big files from my website (music albums). The problem is that I can't upgrade my server speed and usually for those big files connection goes down (too much time for response, timeout). I could change php.ini stats but usually music albums need 5-10 min for upload. Which simple solution can you suggest me?
Asked
Active
Viewed 947 times
0
-
First step is to make sure that you have a legal right to distribute these music albums – Mark Baker Sep 28 '16 at 12:12
-
Now you have put the cat amoungst the pidgeons @MarkBaker – RiggsFolly Sep 28 '16 at 12:15
-
Possible duplicate of [upload large files using php, apache](http://stackoverflow.com/questions/1700207/upload-large-files-using-php-apache) – brclz Sep 28 '16 at 12:44
-
Please see this answer providing a list of solutions (and next time use the search function): http://stackoverflow.com/a/37915378/2343558 – brclz Sep 28 '16 at 12:45
-
I was asking another way instead of changing the php.ini. How does asynchro upload works? – Andrea Martinelli Oct 07 '16 at 08:42