How can i fix this im uploading excel to my website then this shows up i made a virtual server and it works fine but When online it does not work
Accepted Answer:
With a PHP application, when encountering a 500 error on a file upload these are the first things to check:
1.) Is the directory where the uploaded file is being placed owned by www-data (Debian/Ubuntu) or apache (Cen...